What function used to round to 2 significant digits for Double data type ?
Percent_Of_Total = (object_File / Folder_Size) * 100
I tried these, but it won 't work
Percent_Of_Total = Round((object_File / Folder_Size) * 100, 2)
Percent_Of_Total = CDbl ((object_File / Folder_Size) * 100, 2)
Percent_Of_Total = (object_File / Folder_Size) * 100
I tried these, but it won 't work
Percent_Of_Total = Round((object_File / Folder_Size) * 100, 2)
Percent_Of_Total = CDbl ((object_File / Folder_Size) * 100, 2)