Enbolden Font in This Array only.

Guanjin Peter

Active Member
Joined
May 21, 2008
Messages
429
where do I add the font.bold = true if I want to make this part of the array in bold only?

Code:
        rProd.Offset(3, 0).Resize(, 6) = Array("HandOver By:", "", "", "", "", "Received By:")

.Font.Bold = True
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Array("HandOver By:", "", "", "", "", "Received By:")
this part only.

jonmo1: i did tried that but didn't work...
 
Upvote 0
Peter

I'm sorry but it still isn't clear what part of the array you want to be in bold.

Unless it's the whole array you want in bold.:)
 
Upvote 0
yah the whole array.

if this could be done, can I also do the specific data inside the array to be bold also?

like the above, "recevied by:" and "handOver by:" to be bold?
 
Last edited:
Upvote 0
Peter

I'm sorry but you've totally lost me know.:eek:

First you seem to want to bold the whole array and then you ask about bolding only particular items in it.:confused:

Did you try jonmo's code?
 
Upvote 0
yup, I did, I remember returning an error, but I forgot what specifically was it. Maybe i'll go try again on monday
 
Upvote 0

Forum statistics

Threads
1,214,785
Messages
6,121,543
Members
449,038
Latest member
Guest1337

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