LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Help with VBA code - passing references to sheets?

Hi,

I have a project that is setup like this:
We have several machines each of which has a worksheet in this workbook. The
worksheets have several ranges of data that cover the previous year. Every
month, we need to move the previous 11 months data up one row and clear the
12th row for the new month. I am trying to automate that so each page has a
button that will do it.

The code is essentially the same for each worksheet. The only difference is
different types of machines have different ranges (e.g. Type I has
A10:K21,V10:AA21,€¦ while Type II has A10:N21,X10:AF21,€¦). I created a module
which has the code and a select case routine to set range variables based on
the type of machine. I want to have all the machine sheets have a simple
button that passes the machine type as an argument to the module sub.

My question is: Do I need to pass a reference for the individual sheets to
the module? If I just run the module code, will it assume the sheet on which
the button was pressed was the active sheet or do I need to explicitly state
which sheet I will be setting ranges on and pasting?

Thanks in advance for any help€¦

 
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
Passing text to VBA code Ed Davis[_2_] Excel Discussion (Misc queries) 16 September 29th 09 04:12 PM
passing values to other sheets [email protected] New Users to Excel 1 February 23rd 08 02:03 AM
passing a comboxbox result into sheets.select tbaam Excel Programming 4 April 3rd 06 09:39 PM
Looping through Sheets and passing values to an Array Michael Rhein Excel Programming 2 February 13th 04 10:54 AM
Passing Selected Sheets' Names to a Macro John Tjia Excel Programming 5 December 24th 03 04:36 PM


All times are GMT +1. The time now is 12:21 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"