Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im a macro novice who needs help with table-driven copy & paste macro.
I have several worksheets that have macros that copy a source range to a destination range. Both the source range and the destination rage are named, but may be on different worksheets within the same workbook. Thanks to my companys adoption of Sarbanes-Oxley, any worksheets that contain macros are always suspect and subject to a higher level of testing. To alleviate the problem, Id like to design a generic copy routine that can be run from an add-in or personal.xls. I envision having a table in the target worksheet with these fields: source_range, destination_range, Paste_Values (e.g. an indicator to tell the macro whether to paste or past values), Append_Below (e.g. an indicator that instructs the macro to append the data to the bottom of the destination range). Im a macro novice and probably getting in over my head with this one. Does this approach seem workable? Do you have any suggestions for making the routine more flexible? Has anyone already done something like this? Thanks in advance, David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Copy and Paste or Paste Special between Excel Workbooks | Excel Discussion (Misc queries) | |||
Copy; Paste; Paste Special are disabled | Excel Discussion (Misc queries) | |||
Copy/paste/paste special is not available | Excel Discussion (Misc queries) | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming | |||
VBA Code- Copy and paste into a generic text box | Excel Programming |