Insert new column into Excel worksheet
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-19 12:16 PM
Hi team,
Can anyone let me know how to include a new column in excel worksheet using BP.
Regards
------------------------------
Prasanthi
------------------------------
Can anyone let me know how to include a new column in excel worksheet using BP.
Regards
------------------------------
Prasanthi
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-19 06:20 AM
Hi,
You must add code:
GetWorkbook(handle,Nothing).ActiveSheet.Range(reference).EntireColumn.Insert
VariableIn "reference".
example:
if you want to add one column "K:K".
if you want to add more "K:J". (Two columns added)
Regards,
------------------------------
Wojciech Furmanski
Consultant RPA
Digital Teammates SA
Europe/Warsaw
------------------------------
You must add code:
GetWorkbook(handle,Nothing).ActiveSheet.Range(reference).EntireColumn.Insert
VariableIn "reference".
example:
if you want to add one column "K:K".
if you want to add more "K:J". (Two columns added)
Regards,
------------------------------
Wojciech Furmanski
Consultant RPA
Digital Teammates SA
Europe/Warsaw
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-11-19 06:45 AM
You can use Insert Action from Excel VBA object
------------------------------
Sathishkumar Palaniswamy
------------------------------
------------------------------
Sathishkumar Palaniswamy
------------------------------
