xla1

  1. S

    Application.ConvertFormula behaves differently

    Hi All, I have below macro, which works on my PC. On another PC, the same code behaves differently. Any ideas why this is different, we both run Excel 2016? Sub setFixedCol() 'Hotkey: Ctrl + Shift + U Dim c As Range For Each c In Selection If c.HasFormula Then c.Formula =...
  2. TryingToLearn

    Mixed absolue & relative formula through vba

    My project has many named ranges and I'm creating formulas in various cells based on their addresses. The issue is these evaluate to absolute formulas where I need mixed. Is there any way to accomplish this? example: tgtF = "=" & Range(Cells(Target.Row, _...
  3. K

    Convert part of a formula

    Hi all, I am using this code to convert formulas from relative to absolute : Sub lockref() Application.Calculation = xlCalculationManual Dim c As Range For Each c In Selection c.Formula = Application.ConvertFormula(c.Formula, xlA1, , xlAbsolute) Next End Sub I would like to convert...

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