Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In part, I have the following that takes a Contract number generated in
workbook called QCNUM and puts it in "active" Workbook, Sheet# 1 called "Contracts", Cell E4 ' The following is "paste into" myBook.Worksheets("Contract").Range("E4").Value = _ ' The following is "copy from" myQCNUM.Worksheets("Sheet2").Range("G6").Value (I don't know why the above has to be entered as shown - it seems backwards to me, BUT, it Works.) Somehow, I need to have the Contract number inserted in the CentreFooter of sheets: "Options", "Pricing", "Notes", Warranty_CDN", Warranty_USA" Is it neccessary to duplicate the above 2 lines (changing only sheet name), for each of the required sheets? or is there a handy-dandy shorter process that can be used. Thanks in advance for any input.............. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows to multiple sheets | Excel Discussion (Misc queries) | |||
Using contract start/end dates and calculating annual contract day | Excel Discussion (Misc queries) | |||
Copy data to multiple sheets | Excel Worksheet Functions | |||
Multiple sheets selection and copy | Excel Programming | |||
Copy from Multiple Sheets | Excel Programming |