Bob asks “I need to import data in a flat file on a daily basis, each file is an addition to the previous one. I have recorded a macro that works fine for the first import, but as the destination is a named cell it only works once. How can I change the macro so it writes the data to the active cell rather than a named one?.”
Change your recorded macro where it says something like
Range(“MyRange”)
To
ActiveCell
By Juan Pablo Gonzalez on 20-May-2002
MrExcel.com Consulting can be hired to implement this concept, or many other cool applications, with your data.
MrExcel.com provides examples of Visual Basic procedures for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures on this web site are provided "as is" and we do not guarantee that they can be used in all situations.
|