Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do i save a file based on the information in a specific cell to a
specific file path-- Garry E |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use a macro.
Option Explicit sub SaveMe() Thisworkbook.saveas filename:="C:\yourpath\" _ & thisworkbook.worksheets("sheet9999").range("a1").v alue end sub But there's not validity checks in this at all. If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Garry E wrote: how do i save a file based on the information in a specific cell to a specific file path-- Garry E -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional cell format based on cell in same row, previous column | Excel Worksheet Functions | |||
2 Questions, Saving a file from a specific cell value, and Searchi | Excel Discussion (Misc queries) | |||
HELP| populate cell with particular value based on multiple condit | Excel Worksheet Functions | |||
Saving a file using a specific name in a cell | Excel Worksheet Functions | |||
Using Jet to read excel file returns blank for last cell - sometim | Excel Discussion (Misc queries) |