Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't have any idea.
I don't run 2007 so will have to leave your question to someone who can replicate your situation. Gord On Tue, 16 Dec 2008 12:46:09 -0800, bbrinker wrote: I tried entering the lines of code but couldn't get it to work...does it matter that the workbook was designed in excel 2003 and auto opens in 2007? any sugg. ? "bbrinker" wrote: Thanks again...I will give it a try "Gord Dibben" wrote: With your workbook open hit Alt + F11 to go to Visual Basic Editor. CTRL + r to open Project Explorer. Select your workbook/project and right-clickinsertmodule. Paste the macro into that module. Alt + q to return to the Excel window. Save the file as is then ToolsMacroMacros. Select the macro name and "Run" to save the workbook with the name from the cell you chose. You now have two identical workbooks with different names, the original and the re-named one. Gord On Tue, 16 Dec 2008 11:53:04 -0800, bbrinker wrote: Thanks for the reply, put I am sum-what familiar with excel but a dummie at most...can you please give me step by step instructions one how to apply the lines of code...thanks again "Gord Dibben" wrote: Sub Make_New_Book() Dim w As Worksheet Application.DisplayAlerts = False Set srng = Application.InputBox(prompt:= _ "Select Desired Cell", Type:=8) ActiveWorkbook.SaveAs Filename:="C:\testing\" _ & srng.Value & ".xls" Application.DisplayAlerts = True End Sub No error checking for blank cells or illegal characters. Gord Dibben MS Excel MVP On Tue, 16 Dec 2008 06:53:03 -0800, bbrinker wrote: I AM LOOKING TO AUTO NAME A FILE. i WOULD LIKE TO BE ABLE TO PICK AND CHOOSE WHAT BLOCK THE FILE NAME COMES FROM INSTEAD OF USING BLOCK "A1" I WOULD LIKE TO CHOOSE FOR EXAMPLE BLOCK "K6". THANKS. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saved *.csv file gives SYLK file type warning upon Excel 2003 open | Excel Discussion (Misc queries) | |||
How do I recover a file not saved - auto reboot? | Excel Discussion (Misc queries) | |||
Block a file in Excel from being emailed through Outlook | Excel Discussion (Misc queries) | |||
How to get Excel to auto sum after it has been saved with data. | Excel Discussion (Misc queries) | |||
Excel auto opens last saved file. | Excel Discussion (Misc queries) |