Its about excel macros
Closed
madhuramji
Blocked Profile - May 12, 2015 at 05:00 PM
- Posts
- 2
- Registration date
- Saturday May 9, 2015
- Status
- Member
- Last seen
- May 12, 2015
Blocked Profile - May 12, 2015 at 05:00 PM
Related:
- Its about excel macros
- Excel macro to create new sheet based on value in cells - Guide
- Excel macro auto increment number - Guide
- Excel macro create new workbook and copy data ✓ - Forum - Excel
- Excel macro compare two sheets and highlight differences ✓ - Forum - Excel
- Excel macro to create new workbook based on value in cells - Forum - Excel
2 replies
OK, excel is excel and text is text. Do you know how to start a blank ext file in VBA? Copy the range, copy it to a variable, open a blank text file and paste it, save it. Let us know where you get stuck at. We are not going to author you a turn key solution, but we will help if you get stuck. Let us know where you get stuck!
Sorry that was a typo, it should have been text file!
OK, let us start by learning how to make a filesystemobject.
Read into filesystem objects here: https://www.microsoft.com/en-us/download/details.aspx?id=55979
I have not attempted this in a while, so I am not certain if VBA allows access to that library of objects. Read into it!
OK, let us start by learning how to make a filesystemobject.
Read into filesystem objects here: https://www.microsoft.com/en-us/download/details.aspx?id=55979
I have not attempted this in a while, so I am not certain if VBA allows access to that library of objects. Read into it!
May 12, 2015 at 03:16 AM
ac3mark
Really I don't know blank ext file in vba
I m new to vba
Thanks for your reply