Hi every one,
I need to format the local member in the follwing way. Please find the attched image as reference
In order to achieve the above requirement I wrote a macro its working fine but the problem is when I refresh the report the format for local member is gone.
See the code for formatting the local member.
Sub Format()
Dim lastRow As Long
Dim total_range As Range
lastRow = ActiveSheet.Cells(Rows.Count, "B").End(xlUp).Row
Set total_range = ThisWorkbook.Sheets("Cost Center Summary").Range(Cells(lastRow, 2), Cells(lastRow, 16))
total_range.Font.Bold = True
total_range.Font.Italic = True
total_range.Interior.Color = RGB(156, 156, 0)
End Sub()
I tried by using the option Local member default format whih is available in EPM Formatting sheet, Its formatting the Local member but the formatting for even and odd number rows are not coming as shown above.
All are base members and they fall under same hierarchy.
currently I am using SAP BPC 10.0 NW Version SP18
Hope get the response soon.
Thanks,
Mallikarjunreddy.G