Posted to microsoft.public.excel.programming
|
|
Macro to loop thru sheets & return to a1 cell
Try this,
Sheets.Select
Range("a1").Select
sheets(1).select
Regards,
Shah Shailesh
http://members.lycos.co.uk/shahweb/
(Excel Add-ins)
*** Sent via Developersdex http://www.developersdex.com ***
|