+ Reply to Thread
Results 1 to 2 of 2

if the value in cell g57>7,print worksheet named letter

Hybrid View

  1. #1
    Help with a Formula
    Guest

    if the value in cell g57>7,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. #2
    Don Guillett
    Guest

    Re: if the value in cell g57>7,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
    [email protected]
    "Help with a Formula" <Help with a [email protected]> wrote
    in message news:[email protected]...
    >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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1