View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] a.barker728@btinternet.com is offline
external usenet poster
 
Posts: 4
Default populate cells using select case

Hi all,
Another question if anyone can help:
If (for example) i put the text Dress in cell A1, can i put the cost of the Dress in cell B2, if i put the text Trousers in cell A1 can i put the cost of the Trousers in cell B2 etc using a select case statement? I know how to to do this using a miltiple "if" function in the worksheet but i am trying to automate this using select case in a macro and can't get it to work.

Thanks in advance for any help on this.

Taffy