Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have two sets (paired) of 29 named cells (58 named cells total). In each pair, I want to copy the contents from cell and paste it to the other. Typically I'd think of a loop here and feed in each pair of cell names, but I don't know how to do this in Excel VB. Here's my current code for one pair. Application.Goto Reference:="ModemStandardRent" Selection.Copy Application.Goto Reference:="BuildAModemStandardRent" ActiveSheet.Paste Application.CutCopyMode = False Does anyone know of a way to handle this, other than pasting the above code 29 times and inserting each pair set of names? Thank you in advance. Carolyn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using cell names across multiple worksheets | Excel Discussion (Misc queries) | |||
How do i use the same cell name accross multiple tab names in a wo | Excel Discussion (Misc queries) | |||
Formula - Capture Multiple names into One cell | New Users to Excel | |||
How do I sort multiple names within one cell? | Excel Worksheet Functions | |||
apply cell names to formulas in multiple worksheets | Excel Worksheet Functions |