Regarding notepad

S

Shallo

Hi, I've got a Macro in VBA which reads/copies data from a particular
cell and then when i run this same macro's code in mainframe It over
writes the file rather than appending it. Plz can you suggest me if
there is any code which opens a particular file in append mode to add
new data to the existing one without deleting the previous.
 
N

NOPIK

there is any code which opens a particular file in append mode to add
new data to the existing one without deleting the previous.

open "Name" for append as #
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top