Does anybody if its possible to show the built in form select range in from excel? I always see it when you need to select a cell range but I don't know what the form is called. I checked applications.dialogs and can't find it?
In Excel this works. It is not exactly the same.
Dim Message, Title, Default, MyValue
Message = "Enter a Range R*C*:R*C* " ' Set prompt.
Title = "InputBox Demo" ' Set title.
Default = "" ' Set default.
' Display message, title, and default value.
MyValue = InputBox(Message, Title, Default)
yeah I use the macro recorder all the time too but it doesn't capture the advance stuff i'm interested in. the issue with the input box is that you have to type in the values as oppose to highlighting the range of cells you want using the built in form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.