R
Ray Chang via AdminLife
Hello all. I need some help. I am currently writing a macro forexcel. In it, I need to browse for a text file, open it,manipulate the data a bit, and then turn it into a chart. Now,I found the code to browse for the text file (thanks, by theway) and I can manipulate it, but then thats where the problemsstart. What happens is that it opens the text file in anotherworkbook (which is good), manipulates the data, selects the dataI need to make a chart, but then creates a chart in the oldworkbook, the one containing the macro program. THen it triesto access the data, but because it is in the other workbook itcannot, and the macro crashes. I guess my question is, is therecode so that I can open/add a chart to the NEW workbook with thetext file in it?