Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Chukka
 
Posts: n/a
Default How do i create a macro that saves the filename that is equal to a cell in the sheet?


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   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do i create a macro that saves the filename that is equal to acell in the sheet?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
macro to find cell content in sheets and make sheet active Nigel Excel Discussion (Misc queries) 4 June 26th 14 02:38 PM
How do I create an excel macro to append to a cell with existing i zola_tiara Excel Discussion (Misc queries) 4 September 14th 05 08:22 PM
Clicking Cell Link Changes Cell on Another Sheet nshah Excel Discussion (Misc queries) 1 August 31st 05 01:50 AM
Create a Macro to jump to next cell Programming Cells Excel Worksheet Functions 6 August 12th 05 10:01 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM


All times are GMT +1. The time now is 02:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"