Horje
excel how to format bytes as KB, MB, GB Code Example
excel how to format bytes as KB, MB, GB
'Use Excel Number Formats to format bytes as KB or MB or GB.

'Select the range and apply the following number format:
[<1000000]0.00," KB";[<1000000000]0.00,," MB";0.00,,," GB"

'Or for Excel versions that use the comma as the decimal separator:
[<1000000]#.##0,00" KB";[<1000000000]#.##0,00.." MB";#.##0,00..." GB"




Vb

Related
excel vba write string to text file Code Example excel vba write string to text file Code Example
vba uppercase first letter of each word Code Example vba uppercase first letter of each word Code Example
vba create directory Code Example vba create directory Code Example
vba create folder if not exist Code Example vba create folder if not exist Code Example
date format for ms chart vb.net Code Example date format for ms chart vb.net Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9