Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Harley Evans   on Dec 12 In MS Office Category.

  
Question Answered By: Laurie Lawrence   on Dec 12

well getting the last row is easy... range("A65535").end(xlup).row will give
you the last used row... so you just have to assign that + 1 to get the next
empty row.. for ex.

irow = range("A65535").end(xlup).row +1

then the data would be put at ... range("A" & irow).value = data....

hope this helps... if you need more help  i'd need to see what code you use now
to get the data from the form  to the spreadsheet

Share: 

 
 
Didn't find what you were looking for? Find more on How to enter values from a user form in excel spreadsheet Or get search suggestion and latest updates.


Tagged: