Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Help with a Formula
 
Posts: n/a
Default if the value in cell g577,print worksheet named letter

I have a workbook with 35 tabs. I am looking for a formula that if the value
on worksheet 38,cell g57 is then 7, print, worksheet name 35,cell range
a10:f30.

Is there such a formula?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Don Guillett
 
Posts: n/a
Default if the value in cell g577,print worksheet named letter

Not a formula. try this macro

sub printwhat()
if sheet("sheet38").range("g57")7 then
sheets("sheet35").range("a10:f30").printout
end sub

--
Don Guillett
SalesAid Software

"Help with a Formula" <Help with a
wrote
in message ...
I have a workbook with 35 tabs. I am looking for a formula that if the
value
on worksheet 38,cell g57 is then 7, print, worksheet name 35,cell range
a10:f30.

Is there such a formula?



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
Adding a row to worksheet does not update cell references in another. blausen Excel Worksheet Functions 5 February 25th 06 09:14 PM
Named references broken on copied worksheet DNicolay Excel Discussion (Misc queries) 0 December 12th 05 04:49 PM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Copy from worksheet to another x times Union70 Excel Discussion (Misc queries) 0 March 7th 05 09:03 PM
can't move a named cell without breaking a hyperlink to that cell Snakeye Links and Linking in Excel 3 January 26th 05 11:57 PM


All times are GMT +1. The time now is 11:01 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"