Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I think this should be simple, but I can't find a way to do this. I am calling code from a Command Button which in turn calls code in a Module. The code in the Module does some recurring copy and paste operations to a chosen sheet. I need to pass the name of the sheet where the command button resides to the sub in the Module. How do I do this? Currently, I have a private wrapper sitting in the button sheet. I have tried guesses like Worksheet.Name - but that gives an error. ActiveSheet might work - but I am not sure how to go about this. The perfect solution would be to have the wrapper refer to the sheet that the code (rather than the button) resides in, so I can call the routine via other means than a button. In paraphrasing, object code like the following would be perfect: ThisPrivateSub.RelatedSheetObject.Name Does anyone know how to do this? Thanks for any help John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refer to current row in formula | Excel Worksheet Functions | |||
how to prevent code running when in a worksheet code | Excel Programming | |||
how to I refer to current workbook without using its name? | Excel Worksheet Functions | |||
Refer to Worksheet Ranges in Code | Excel Programming | |||
More then 1 Excel object running at same time , how can I refer to right one in code? | Excel Programming |