call function

  1. N

    VBA Calling Subs - Efficient?

    Hi Everyone, Not sure if this can be answered easily but here it goes: I've created a module in VBA where I've placed a sub macro containing: Sub BG_UpdatingOFF() Application.ScreenUpdating = False Application.Calculation = xlCalculationManual End Sub Sub BG_UpdatingON()...
  2. M

    Click on Chart to identify series/point

    Hi, I know that you can use a chart click event to do this, but i just cannot get it to work. What i need to do, is by clicking on a chart series, i can get the chart point name input into a cell, say a2. I think the code below if fine, i just dont know how to enter the correct things after...
  3. S

    Code - What's Wrong ?

    Sub Button4_Click() Dim n As Integer n = Range("M4").Select Call LaunchWEST("abx.Ins:& n &", "0", "") OK so the range is an integer with SIX to Seven Digits and I want it the button to take this string from a Cell and Launch a function LaunchWEST, when the string is selected and completed...
  4. P

    Calling function - problem in calculation

    Sorry for the stupid question, but it seems the mistake is when I'm trying to call the function for the calculation. I do not do it the proper way i guess, and i get crazy results, or no results. How is the correct way for the below procedure? Option Explicit Dim EFCO2 As Long, CO2em As Long...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top