ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Transferring information from textbox to new spreadsheet/document (https://www.excelbanter.com/excel-programming/328225-transferring-information-textbox-new-spreadsheet-document.html)

bjames1001

Transferring information from textbox to new spreadsheet/document
 
Hi

I am building a userform which monitors the data being entered and then
calculates the totals etc. I would like to be able to transfer the data
from the userform to a new spreadsheet or word document but can't figure
out how to do this. Any help would be most appreciated.

Also is there anyway of getting excel to search a range for each entry on
a .txt file list?

Thank
BJames


Bob Phillips[_6_]

Transferring information from textbox to new spreadsheet/document
 

With Worksheets("Sheet3")
.Range("A1").Value = Textbox1.Text
'etc
End With

--

HTH

RP
(remove nothere from the email address if mailing direct)


"bjames1001" wrote in message
lkaboutsoftware.com...
Hi

I am building a userform which monitors the data being entered and then
calculates the totals etc. I would like to be able to transfer the data
from the userform to a new spreadsheet or word document but can't figure
out how to do this. Any help would be most appreciated.

Also is there anyway of getting excel to search a range for each entry on
a .txt file list?

Thank
BJames





All times are GMT +1. The time now is 05:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com