insert comment

  1. C

    Vba extend my range to 25 builds from 2

    I will call these ranges 'builds.' There are 2 builds in this code below, and I need to extend it to 25. I have written the code to make it work for 25, but it's so long, so it needs to be optimised. As you can see, the ranges will always be the same, apart from the last build, which are...
  2. C

    PLEASE HELP VBA - SO LONG NEEDS CONDENSING AND OPTIMIZATION

    THIS CODE WORKS GREAT BUT WHEN USING OTHER CELLS IT BUGS ALSO ITS RATHER LONG :( THANK YOU INADVANCE. Private Sub Worksheet_Change(ByVal Target As Range) ' Check if the change occurred in cell B6 or B22 or B38 or B54 If Target.Address = "$B$6" Or Target.Address = "$B$22" Or...
  3. D

    insert comment field - how to reset the default font, etc.

    insert comment field - how to reset the default font, etc. the 'insert comment' field defaults to a. font size = 9 b. bold how do I reset the default to something that I prefer?
  4. B

    Macro to insert comment with image

    Hi all, I've had a stab at this myself by recording a macro and then attempting the tweaks - but cant seem to get it working. Okay so here it goes.... I'd like to create a marco which will automatically insert a comment into a column of cells. The cells will contain data (part numbers)...
  5. J

    Conditional Comments

    Hello, I am trying to insert a comment on data-validated cells in a column through VBA. There are multiple possible values in the range and each has their own conditional comment. Eg,, if cell value = X, insert comment X. If cell value = Y, insert comment Y. I've been searching the boards and...

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