Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My data input form is created using Excel and my data source is also
in Excel, how am I able to feed all the data into the form by using Marco/VBA? My present solution is to use the copy and paste function which is very time consuming. So if I have 100 data with my source then I have to do 100 times of copy and paste. In short are there any ways for me to utilize some sort of Mail Merge function with Excel. Help would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
there is no mail merge function in Excel, but you could write a macro to
loop through your data, and populate your form on record at a time (I assume you want to print it). -- Regards, Tom Ogilvy "Sherwin" wrote in message om... My data input form is created using Excel and my data source is also in Excel, how am I able to feed all the data into the form by using Marco/VBA? My present solution is to use the copy and paste function which is very time consuming. So if I have 100 data with my source then I have to do 100 times of copy and paste. In short are there any ways for me to utilize some sort of Mail Merge function with Excel. Help would be greatly appreciated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
You're right, I also need to print out the form, do you have any idea how to write the macro and integrate it into the form? Thanks, Sherwin *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merge two excel files like in word mail merge | Excel Discussion (Misc queries) | |||
Mail merge in Excel | Excel Discussion (Misc queries) | |||
How do I do an e-mail mail merge using an Excel spreadsheet? | Excel Worksheet Functions | |||
Code launches Mail Merge but disables the Mail Merge | Excel Discussion (Misc queries) | |||
mail merge excludes my headers and critical data in Word merge | Excel Discussion (Misc queries) |