Create additional action in excel vbo
code:
For Each row As DataRow In rowscoll.Rows
GetWorkbook(handle,Nothing).ActiveSheet.Cells(row.Item("Value"),colref).Interior.Color = RGB(Red_Value, Green_Value, Blue_Value)
next row
Inputs to the action:
![25988.png 25988.png](/t5/image/serverpage/image-id/26119i6938E3D781753B8A/image-size/large?v=v2&px=999)
Action:
![25989.png 25989.png](/t5/image/serverpage/image-id/26121i3D0705CA33769F23/image-size/large?v=v2&px=999)
ColRef is number of the column
rowscol is collection of row numbers to color
------------------------------
Karol Pietrzyk
------------------------------