Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() On Wed, 6 May 2009 12:46:44 -0400, "Rick Rothstein" wrote: Just to clarify Kassie's response to you (in case this is all new to you), there is an ActiveSheet object (with all the properties of a Sheet object) that is set to the sheet that is currently active when the code is executing. So, to get your active sheet's name, try something like this... WhoCalledMe = ActiveSheet.Name or this... If ActiveSheet.Name = "Sheet1" Then or any of a number of different ways. Note that in the above If..Then statement, the logical test is case sensitive. Thanks Rick... I'm still finding out about objects, properties etc etc ActiveSheet.Name solved everything. Now I want ActiveSheet.CurrentRow but, well, you know - it ain't there! I left a new question on that. Cheers - Kirk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Connect a number to a picture bank and import that picture to exce | Excel Discussion (Misc queries) | |||
Inserting a picture object and double-clicking on it opens photo e | Excel Discussion (Misc queries) | |||
insert a picture in to a comment but picture not save on hard disk | Excel Discussion (Misc queries) | |||
how do i open a picture file by clicking on a certain cell? | Excel Programming | |||
Make graph appear when clicking on picture?! | Charts and Charting in Excel |