Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
my understanding is that you currently have a userform which sends data to
cell A1 and you want it instead to send data to cell C25 to H50. your code below does not control where the data from the userform goes; that will be controlled by the userform itself. For example, if you have an 'OK' button on the userform, open the userform in the editor and double click the 'OK' button and it should show any code relating to that button; that is where i would normally place the code which tells the userform where to put the data (in your case, it sounds like you are telling it to go to cell A1 somewhere in teh userform) hth, tim "dr chuck" wrote in message ... I have learned how to activate a form to fill in data that starts in A1. I would like to be able to place my data table at another location (ie c25:h50) and activate the form to fill it. The syntax below opens a form that is located at A1... I tried making the range of my data table be at c25:h50 using a... " range ("c25:h50").select" ... statement and the form always defaults to what is at A1? Private Sub CommandButton1_Click() Range("A1").Select ShowDataForm End Sub Also does the form that im using have to be on the same page as the data table that im filling? -- dr chuck |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
form activation? | Excel Programming | |||
"combination drop-down edit " form activation in Excel | Excel Discussion (Misc queries) | |||
Excel macro activation. | Excel Programming | |||
Excel macro activation. | Excel Programming | |||
Excel macro activation. | Excel Programming |