Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() How do i create a macro that saves the filename that is equal to a cell in the sheet? -- Chukka ------------------------------------------------------------------------ Chukka's Profile: http://www.excelforum.com/member.php...o&userid=29365 View this thread: http://www.excelforum.com/showthread...hreadid=491092 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
with activeworkbook
.saveas filename:="C:\myfolder\" & .worksheets("sheet99").range("z99").value _ & ".xls", fileformat:=xlworkbooknormal end with No checking at all! Chukka wrote: How do i create a macro that saves the filename that is equal to a cell in the sheet? -- Chukka ------------------------------------------------------------------------ Chukka's Profile: http://www.excelforum.com/member.php...o&userid=29365 View this thread: http://www.excelforum.com/showthread...hreadid=491092 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to find cell content in sheets and make sheet active | Excel Discussion (Misc queries) | |||
How do I create an excel macro to append to a cell with existing i | Excel Discussion (Misc queries) | |||
Clicking Cell Link Changes Cell on Another Sheet | Excel Discussion (Misc queries) | |||
Create a Macro to jump to next cell | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel |