Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-07-20 10:28 AM
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
------------------------------
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
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-20 02:24 PM
You could add a page to the MS Excel VBO. This will bold whichever cell is currently selected:
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Dim Excel = GetInstance(Handle)
Excel.Selection.Font.Bold = True
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-07-20 02:24 PM
You could add a page to the MS Excel VBO. This will bold whichever cell is currently selected:
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Dim Excel = GetInstance(Handle)
Excel.Selection.Font.Bold = True
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-07-20 08:14 AM
Thanks Nicholas....
Works like a charm! 🙂
------------------------------
Tommy Guldbæk
Project Manager, Group Logistics
Royal Greenland A/S
Europe/London
------------------------------
Works like a charm! 🙂
------------------------------
Tommy Guldbæk
Project Manager, Group Logistics
Royal Greenland A/S
Europe/London
------------------------------
