View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kidaz Kidaz is offline
external usenet poster
 
Posts: 3
Default VBA, cell-range-popup box?

Hi all,

I want to write a Sub which takes a cell range as an input. I want the
user to selsect this input each time the macro is run. So I want an
input box which tracks the cells selected after the box has popped up,
JUST LIKE the one used for selecting input range for Chart Wizard.

What is it called, if it even exists?

Further, is there a webpage which shows the names of all the VBA
components against their names.

Cheers,

Rory