more than one item Y/N ?

F

fitful_thought

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.
 
B

Bob Phillips

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)
 
Top