vb excel macro

  1. J

    Simple Tweak in excel converting Negative to Positive and changing FONT color

    I am using the following code to make all the negative value to positive Sub test() For Each Cell In Range("A1:Z10") If Cell.Value < 0 Then Cell.Value = Abs(Cell.Value) End If Next Cell End Sub I want that the converted negative values should be of font color RED. what should be the tweak...
  2. N

    VBA Code to extract data between dates.

    Hi All, This is the requirement I have and it would be really helpful if someone can help me here. 1) Sheet1 in excel has 13 columns. I need to extract columns B,J and L to sheet 2. 2) Column B can be copied directly. But, column J is sort of like a history update and the matter would look...

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