Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dear All Kindly look at the code below and advice me whether there's anothe variation which I could use... Currently, the code works fine bu because I am selecting and activiating the sheet... i am not able t specify in my macro which sheet to go back to... For eg, I am at Sheet and activating the macro from there... but after the macro ends, i wil be brought to the Sheet2 which I don't want... I want the active shee to be still Sheet1 after the macro has finished... So is there anothe way of writing the same function but without actually activating th sheet? I have tried this code but it didn't work... Sheets("Sheet2").Range("k133:m144").Select Does anyone have any clue...? Function Own() As String Sheets("Sheet2").Select Range("K133:M144").Select End Function Cheer -- hc ----------------------------------------------------------------------- hce's Profile: http://www.excelforum.com/member.php...nfo&userid=351 View this thread: http://www.excelforum.com/showthread.php?threadid=26445 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
rewrite code | Excel Discussion (Misc queries) | |||
rewrite excell files on website | Excel Discussion (Misc queries) | |||
Help with Macro Using InStrRev: How to Rewrite to Use on Macs and | Excel Discussion (Misc queries) | |||
Rewrite name in new format | Excel Discussion (Misc queries) | |||
vlookup [rewrite] | Excel Discussion (Misc queries) |