rangec2

  1. K

    Unsure of code for Word cell range

    If Range("c2") = 22 Then wdoc.tables(7)Cell("B4").select If Range("c2") = 5 Then wdoc.tables(7)Cell("C4").select If Range("c2") = -20 Then wdoc.tables(7)Range("D4").select This snippet of my code is clearly incorrect, but I believe you should be able to tell what I am trying to do...
  2. E

    Q about Unicode and the ChrW function in VBA

    Hi :) , I understand from the documentation that the ChrW function supports a value up to 65535. So this code works fine: Range("C2") = ChrW(9000) And this one gives an error: Range("C2") = ChrW(128247) So, how do I insert a Unicode number higher than the limit of the ChrW function - if...

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