JohnSearcy
Board Regular
- Joined
- Feb 6, 2006
- Messages
- 101
Hi -
I'm trying to remember, but it has been awhile. I have several sheets in a workbook and a comand button on each sheet that calls up the same userform. The information entered onto this userform needs to be entered onto the open or active sheet a person is in at the time. I can't remember the correct way to do that - what I'm getting at is....If Sheets("sheet1") is active Then..... else if sheets("sheet2") is active Then.....and so on. Hope I explained well.
Appreciate any suggestions,
John
I'm trying to remember, but it has been awhile. I have several sheets in a workbook and a comand button on each sheet that calls up the same userform. The information entered onto this userform needs to be entered onto the open or active sheet a person is in at the time. I can't remember the correct way to do that - what I'm getting at is....If Sheets("sheet1") is active Then..... else if sheets("sheet2") is active Then.....and so on. Hope I explained well.
Appreciate any suggestions,
John