![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: England
Posts: 10
|
Basically what i want is to run a macro that selects a cell and then uses the text within another to decide on the destination for what its copied.
Its for an order form where i want it to give the customer reward points. These will be decided within the order form and added to the customers details for future use. Please help me out, it seems impossible to get my teacher to pay any attention to me in class and this is just beyond my meager brain at the moment. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
You can read the contents of a cell with:
MyAddress = Range("A1") and you can use that result with something like Range(MyAddress) = "Whatever you want here" |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|