C
Chris Gorham
Hi,
I'm attempting to read in the address of the active cell
using the input box method:
Set activecell_position = Application.InputBox
(prompt:="Input desired active cell position",
title:="Active Cell Position",
Default:=ActiveCell.Address, Type:=8)
If I cancel out the resulting form then this code returns
an error....
Thks...Chris
I'm attempting to read in the address of the active cell
using the input box method:
Set activecell_position = Application.InputBox
(prompt:="Input desired active cell position",
title:="Active Cell Position",
Default:=ActiveCell.Address, Type:=8)
If I cancel out the resulting form then this code returns
an error....
Thks...Chris