Get File Path in VBA

Display file path to the current workbook In order to create a simple subroutine that shows a path to the active workbook follows…

Posted On

Chr 34 in VBA

CHR is the VBA function and returns the character from the ASCII table. For example, Chr(34) returns the 34th character, which is the “ sign (double…

Posted On