Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
How to reference a range from a UserForm
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Joel, post: 6410142"] The code you have posted should work by itself without the call to NextRow as long as a worksheet is active and activecell.row is a positive number > 0 and less then 65536. I can't tell from your code what NextRow is doing with the active cell so I don't know the cause of the failure. I would also change the following line to prevent any errors from rng1(1, 1) = rng(1, 1) to rng1(1, 1).value = rng(1, 1).value [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
How to reference a range from a UserForm
Top