Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have set up a worksheet to record the details of items people buy from me
on eBay. Using some help from a book, I created a macro that makes a letter in word, which says thanks for purchasing my item. Sometimes one person buys two, three or more items. What code can I put into the macro that creates the word letter to ask me if there is more than one item? If anyone can help with this, I'd be very, very grateful indeed. -- Regards, David |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() numItems = InputBox("How man items?") ?? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "fitful_thought" wrote in message ... I have set up a worksheet to record the details of items people buy from me on eBay. Using some help from a book, I created a macro that makes a letter in word, which says thanks for purchasing my item. Sometimes one person buys two, three or more items. What code can I put into the macro that creates the word letter to ask me if there is more than one item? If anyone can help with this, I'd be very, very grateful indeed. -- Regards, David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking up whether one item has a certain matching item | Excel Worksheet Functions | |||
Macro to ask for a item# and then show all details for that item | Excel Discussion (Misc queries) | |||
To find rate of each item from item.xls and to copy price.xls | Excel Discussion (Misc queries) | |||
Item numbers result in item description in next field in Excel | Excel Worksheet Functions | |||
Selecting an Item from a List and getting a different item to pop. | Excel Worksheet Functions |