Using VBA Application.run "DBSS"
Posted: Fri Oct 26, 2012 3:21 pm
I am trying to write code that will send data to TM1 based on selections in a userform. I want to send the word "term" or "TR" based on the selection box in the userform. I tried the syntax
Application.Run ("DBSS",cell reference for the word "term",cube,book,........)
Is that the correct syntax?
Application.Run ("DBSS",cell reference for the word "term",cube,book,........)
Is that the correct syntax?