onecell

  1. H

    two messages based on Conditional formated colours.

    hi everyone, I have 7 cells in a column which are conditionally formatted. I'm trying to write some code based on any cells that are coloured vbRed or another message if none of them are. I've copied most of the code from previous threads but I still cant get it to work, so any help would...
  2. B

    Making a number cell into a date

    I am trying to take a date that looks like 20121222 into a date that looks like 2012-12-22. I already tried changing the format to a date format, but that didn't work. Any advice is greatly appreciated!
  3. V

    Form - Mac computer - Drop Down List

    Hello, I m at a form, and there is a drop-down list. When clicking on a drop-down list it searches and results from the names of the cells. I did this formula because I had seen that Excel for Mac does not recognize the UsedRange.Rows command. Dim oneCell As Range For Each oneCell In...
  4. C

    VBA Script to open URLs

    Hi, I have a VBA script to open URLs from selected cells in excel. However it is opening each URL twice - any help to ensure it only opens one for each cell would be great. The VBA is: Sub OpenURLs() Dim myCells As Range, oneCell As Range Set myCells = Selection For Each...
  5. P

    how to initialize more than one Listboxes in the same user form

    Hey guys, need some assistance I have a UserForm form which currently, when opened it displays all data in the workbook (5 columns). This is the code I am using to accomplish this. Private Sub UserForm_Initialize() Dim oneCell As Range, LastRow As Long Dim MyArray As Variant Dim i...

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