View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default 'Range' set by userform

This could be done w/o a UserForm.

Set rng = Application.InputBox("Highlight two cells with Y-axis
info.", Type:=8)

Hth,
Merjet