cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting cell in Excel to bold

TommyGuldbæk
Level 2
Hi...

Any experience with formatting a cell value in Excel to bold?

The target cell is dynamic, so I need to send it from Blue Prism.

Thanks

------------------------------
Tommy Guldbæk
Project Manager, Group Logistics
Royal Greenland A/S
Europe/London
------------------------------
1 BEST ANSWER

Best Answers

NicholasZejdlik
Level 9
You could add a page to the MS Excel VBO. This will bold whichever cell is currently selected:

Dim Excel = GetInstance(Handle)
Excel.Selection.Font.Bold = True

------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------

View answer in original post

2 REPLIES 2

NicholasZejdlik
Level 9
You could add a page to the MS Excel VBO. This will bold whichever cell is currently selected:

Dim Excel = GetInstance(Handle)
Excel.Selection.Font.Bold = True

------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------

Thanks Nicholas....

Works like a charm! 🙂

------------------------------
Tommy Guldbæk
Project Manager, Group Logistics
Royal Greenland A/S
Europe/London
------------------------------