ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Go to sheet2 (https://www.excelbanter.com/excel-programming/360413-go-sheet2.html)

hme

Go to sheet2
 

Hi

What is the code to shift from shee1 to sheet2?
The code is in sheet1 and I would like to change somthing in sheet2.

Thanks
hme


--
hme
------------------------------------------------------------------------
hme's Profile: http://www.excelforum.com/member.php...o&userid=15930
View this thread: http://www.excelforum.com/showthread...hreadid=538355


Norman Jones

Go to sheet2
 
Hi Hme,

What is the code to shift from shee1 to sheet2?


Sheets("Sheet2").Select

However, it is rarely necessary to make selections. Values can be changed on
a non-active sheet. For example:

Sheets("Sheet2").Range("A1").Value = 100


---
Regards,
Norman



"hme" wrote in message
...

Hi

What is the code to shift from shee1 to sheet2?
The code is in sheet1 and I would like to change somthing in sheet2.

Thanks
hme


--
hme
------------------------------------------------------------------------
hme's Profile:
http://www.excelforum.com/member.php...o&userid=15930
View this thread: http://www.excelforum.com/showthread...hreadid=538355





All times are GMT +1. The time now is 01:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com