Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
hme hme is offline
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy data from sheet2 to sheet1 when sheet2 has variable # of rows Anne Excel Discussion (Misc queries) 6 February 27th 09 09:48 PM
macro to print sheet2 without open sheet2 ramzi Excel Discussion (Misc queries) 1 January 28th 09 12:07 PM
how do copy "sheet1!A1+1 in sheet2 to sheet 3 and get "sheet2!A1+ Dany Excel Discussion (Misc queries) 5 April 16th 07 03:27 AM
go to sheet1 to sheet2 braddy Excel Programming 1 September 20th 05 06:18 AM
first name and a second name - In Sheet2 I only need the first name tegger Excel Programming 2 September 26th 03 05:53 PM


All times are GMT +1. The time now is 11:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"