+ Reply to Thread
Results 1 to 1 of 1

Convert code to a Worksheet_Calculate version?

  1. #1
    Registered User
    Join Date
    02-15-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    43

    Convert code to a Worksheet_Calculate version?

    I'm not a really technically-savvy guy here, but I copied this code from a certain site, and if possible I need the Worksheet_Calculate version of it (I need it for a certain code for my iterations). Thanks.

    Private Sub Worksheet_Change(ByVal Target As Range)
    Select Case Target.Address
    Case "$E$2"
    ActiveSheet.ChartObjects("Chart 1").Chart.Axes(xlCategory) _
    .MaximumScale = Target.Value
    Case "$E$3"
    ActiveSheet.ChartObjects("Chart 1").Chart.Axes(xlCategory) _
    .MinimumScale = Target.Value
    Case "$F$2"
    ActiveSheet.ChartObjects("Chart 1").Chart.Axes(xlValue) _
    .MaximumScale = Target.Value
    Case "$F$3"
    ActiveSheet.ChartObjects("Chart 1").Chart.Axes(xlValue) _
    .MinimumScale = Target.Value
    Case Else
    End Select
    End Sub

  2. #2
    Registered User
    Join Date
    02-15-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Convert code to a Worksheet_Calculate version?

    bump. >>>>>>>>

+ 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