Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Submit new data

Hello group, I guess this could be very simple but I need some help, I
created a userform that will ask the user for some information and then all
this information should be submitted and written to a sheet , how do I make
a macro to determine where is the last row with information so the new data
is placed in the next row ?

thanks to all and sorry for my english..


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Submit new data

Use something like this to find the next row, will go to the next blank cell
in column A

Range("A65536").End(xlUp).Offset(1, 0).Select

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 97 & 2000
** remove news from my email address to reply by email **

"msnews.microsoft.com" wrote in message
...
Hello group, I guess this could be very simple but I need some help, I
created a userform that will ask the user for some information and then

all
this information should be submitted and written to a sheet , how do I

make
a macro to determine where is the last row with information so the new

data
is placed in the next row ?

thanks to all and sorry for my english..




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Submit Button Edith Excel Discussion (Misc queries) 0 April 8th 08 09:56 PM
Clear a set of combo boxes after a Submit of data to a new sheet. Jonah Excel Worksheet Functions 0 March 3rd 08 12:05 AM
Submit Button? Bip Excel Discussion (Misc queries) 1 January 15th 07 12:32 PM
Submit Button edwardpestian Excel Worksheet Functions 1 April 27th 06 08:24 PM
I wanta infopath form to submit data to an excel databse file uCHE Excel Discussion (Misc queries) 0 April 26th 05 05:56 PM


All times are GMT +1. The time now is 08:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"