View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] cathellisuk@yahoo.co.uk is offline
external usenet poster
 
Posts: 11
Default how do I prompt the user to select a cell?

Hello,
please can someone help me with the following ...

My macro needs to ask the user which worksheet column they want
totalled. I could use InputBox to ask them to supply the letter of
the column but I would prefer it if they could click on a cell in the
column they choose. Eg in response to a macro prompt they click on
G4 and the macro then totals the G column.

Your help would be appreciated.

Cath