Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Excel Macro: Create XLS from Cell
Name: edevoe1 Date: April 14, 2009 at 15:18:28 Pacific OS: Windows Vista Subcategory: Batch
Comment:
Hello, I'am trying to create files from a table. All I'm able to do so far is create files by manually selecting the cell I want. How can I have it create them from an entire range of cells?
This is the code I'm using:
Public Sub SaveAsA1() ThisFile = Range("A1").Value ActiveWorkbook.SaveAs Filename:=ThisFile End Sub
Summary: Hello all, long time since ive posted, need some help from you guys again please. i have made an excel macro, on the excel page you have a drop down menu which you can use to select an option from. Wh...
Summary: hello, i am writting a macro in Excel, i have a merged cell C43 and C44, now in my code i want to unlock this merged cell but i get an error, how do i reference a cell which has been merged? Thanks, ...