How to create Excel Table with the current sheet name using VBA

Simple line of VBA Code allow you to convert active sheets data into Excel Table with active sheet name just by one click.
#FarazShaikh #ExcelExciting #VBA #Macro #ExcelForMac #ExcelForWindows

How to Save Excel File to Text File using VBA [Excel for mac and windows]

Save the Excel active worksheet into text file to your current workbook location. This code can use it for Excel for mac & windows.

How to check your operating system using VBA

Know your operating systems with this cool VBA code which can be use Excel for Mac & Windows

How to split worksheets into separate Excel workbooks

Easily Split your worksheets into separate workbooks and save them in the same location. This code works with Excel for mac & windows.

Extract Comments In Excel with VBA

There is currently there is no built-in function in excel which can allow us to extract the comment/notes of the cells into a cell. However, with the help of this User-Define Function (UDF) VBA code we can easily extract comments into the cell.

Unhide Active workbook sheets with VBA Excel for Mac & Windows

With this VBA code, we can easily unhide all the sheet which are hidden in the active workbook.

Convert All Sheets Data Into Excel Tables with VBA

Simple line of VBA Code allow you to convert all the sheets data into Excel Tables just by one click.
#FarazShaikh #ExcelExciting #VBA #Macro #ExcelForMac #ExcelForWindows

Get All Sheets Names In Workbook with VBA Excel for mac and windows

This VBA code allows you to get this of all sheets name in current workbook by creating new worksheet.
#FarazShaikh #ExcelExciting #VBA #Macro #ExcelForMac #ExcelForWindows

How to protect VBA code in Excel (windows & mac)

Simple steps shows how to lock the VBA code

Convert number to words as per currency ISO Code

Copy Spell Number VBA Code for FREE ..!! No more worries about converting the number to word manually in Excel. It happens often time we wish to convert number to text, currently, there is no built-in function in Excel but yet with the help of VBA we can manage to do it. This is the customized code as per currency