![]() |
![]() |
|
|||||||
| 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
Posts: 4
|
I'm a new user to XL2000, but I have managed to get an automated advice note system to nearly work! I input details of the goods to be shipped into an input zone, press "ctrlW" and the macro- Writes the information into the Advice note, pastes a copy to a different worksheet as a "record", prints the advice note out and saves the file. I need to do the following changes but do not know how.
1 Before it saves I need to update a cell by incrementing a "counter" by 1 to prepare for the next advice note. 2 When it pastes the "record" copy it always overwrites the prviously pasted copy. 3 I have a worksheet with about 100 addresses, the "consignees". I can't find a way to "select a consignee" and paste the result into the advice note. Thanks for your help, I hope these are not too many questions for my first post. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
Quote:
Sheets("Sheet1").Range("A1").Value = Sheets("Sheet1").Range("A1").Value + 12. Yup. This doesn't sound like this is what you want it to do. So what do you want it to do? 3. What ways have you tried and what kind of solution are you looking for? Basically, we need a bit more detail on 2 and 3. Both sound very doable. Not a bad attempt at a first post. |
|
|
|
|
|
|
#3 | ||
|
New Member
Join Date: Apr 2002
Posts: 4
|
Quote:
Now item #2- More specifically, I need each run of the macro to save the advice note alongside/below the previous one. So that I have a ready back up or reference for each advice note. item #3- I've tried various themes around a macro to "Select the row containing the consignee details (mainly address), copy it, change to the advice note worksheet, paste the consignee details." Trouble is then that the macro selects the same details each time and pastes the entire copied row across the worksheet. So I need to "select the (1 out of 100+ rows) row, copy the details, paste and format (somehow) to fit the advice note properly." |
||
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
What's an advice note? IS it just text in a cell? Is it a comment? Is it a textbox? OR something more sinister?
|
|
|
|
|
|
#5 | |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Quote:
_________________ Thanks and regards Steve steve@ukbeg.com [ This Message was edited by: Steve Shakeshaft on 2002-05-02 01:00 ] |
|
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
|
|
|
|
|
|
#7 | |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Quote:
_________________ Thanks and regards Steve steve@ukbeg.com [ This Message was edited by: steve shakeshaft on 2002-05-02 03:41 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|