255 characters

  1. L

    Excel VBA string limit

    Hi, I'm trying to run a relatively simple excel to word text replace but several of my strings are over 255 characters. So far, none of the work arounds Ive attempted have panned out but I'm I dont work with VBA very frequently and am pretty clueless. Can a work around be accomplished here? My...
  2. M

    Macro to conditonally format cells >255 characters

    Hi all, Does anybody know how I would code a macro to conditionally format any cell that is >255 characters? The conditional format could be anything but I think changing the cell colour/font colour to red would be the best option. Here is a simple example of what I am after: <tbody> Apple...
  3. T

    VBA Hyper link - 255 Character Limit issue!

    Hi all, My code is: Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) Dim fd As FileDialog If Target.Count > 1 Then Exit Sub If Target.Column = 9 And Target.Row > 5 And Target.Row < 3000 Then If Target.Hyperlinks.Count = 0 Then Set fd =...

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