Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default sequential move across sheets

Could someone write a vb code or macros to auto activate sheets (tabs) one
after the other sequentially.
--
JA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default sequential move across sheets

Presumably you want to do something with each sheet. Try
something like the following:


Dim SH As Worksheet
For Each SH In ThisWorkbook.Worksheets
SH.Activate
' do something with SH
Next SH


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com






"asante_za" wrote in message
...
Could someone write a vb code or macros to auto activate sheets
(tabs) one
after the other sequentially.
--
JA



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
Referencing Sequential Sheets. the-big-john[_2_] Excel Discussion (Misc queries) 4 December 13th 07 06:19 PM
refer to sequential sheets in a formula seanoniallain Excel Worksheet Functions 3 January 30th 07 11:25 PM
Move multiple rows of data that are not sequential Mel Excel Discussion (Misc queries) 1 January 20th 06 06:33 AM
Non-sequential VLOOKUP function -OR- sequential sort of web query Eric S Excel Worksheet Functions 1 February 28th 05 07:50 PM
Sequential names on Sequential pages Salt4 Excel Worksheet Functions 2 November 12th 04 04:24 PM


All times are GMT +1. The time now is 02:42 PM.

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

About Us

"It's about Microsoft Excel"