Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have an Excel speadsheet that contains paper run info. which I need to combine with other info which is contained in a text file. I'm just wondering is it possible to do this with VBA or should I try and do it using Visual Studio? How would I go about it? Thanks in advance, G |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming the text file has discernible structure then you can open this into
an Excel worksheet and use this data for your application. -- Cheers Nigel "Thegman" wrote in message ... Hi, I have an Excel speadsheet that contains paper run info. which I need to combine with other info which is contained in a text file. I'm just wondering is it possible to do this with VBA or should I try and do it using Visual Studio? How would I go about it? Thanks in advance, G |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Nigel,
Thanks for that but this needs to be done automatically. I have an Excel spreadsheet that contains the following in no particular order: name, address, run number, quantity, etc. What I'd like would be to open the Excel file and insert its contents into a table then query this table at a later date. Thanks again, G "Nigel" wrote: Assuming the text file has discernible structure then you can open this into an Excel worksheet and use this data for your application. -- Cheers Nigel "Thegman" wrote in message ... Hi, I have an Excel speadsheet that contains paper run info. which I need to combine with other info which is contained in a text file. I'm just wondering is it possible to do this with VBA or should I try and do it using Visual Studio? How would I go about it? Thanks in advance, G |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to read all lines from a text file into cells C10:Cxxx ? | Excel Discussion (Misc queries) | |||
How do you save an excel file to be read as IBM-type text file ? | Excel Worksheet Functions | |||
text box insert in Excel - text box lines print on second copy | Excel Discussion (Misc queries) | |||
How do I insert two lines of text into one cell? | Excel Discussion (Misc queries) | |||
excel97 vba to append lines to text file overwriting last 2 lines | Excel Programming |