S
Samuel Wu
Dear experts,
How can i get user's input about range address in Macros? I know
inputbox can do that like
dim rng as range
set rng =inputbox Prompt:="Getting Range Address", Title:="Test",
Type:=8
But the interface is too simple, and it's not easy for common users
who're not experienced at Excel as they might think they have to write
the address and errors might happen.
I hope I can use some tools like boxes when using functions in GUI
interface, which are familiar to everyone.
or you have better solutions. Many thanks in advance...
How can i get user's input about range address in Macros? I know
inputbox can do that like
dim rng as range
set rng =inputbox Prompt:="Getting Range Address", Title:="Test",
Type:=8
But the interface is too simple, and it's not easy for common users
who're not experienced at Excel as they might think they have to write
the address and errors might happen.
I hope I can use some tools like boxes when using functions in GUI
interface, which are familiar to everyone.
or you have better solutions. Many thanks in advance...