How to Quickly Extract Pictures From An Excel File

If you want to quickly extract pictures from an Excel file that embedded many pictures, you cannot be simply to do this. […]

How to Sum Data in Excel

There are many ways to sum data in an Excel spreadsheet. For example, if you want to sum the values in cells […]

Formatting a Range of Cells In Excel VBA

Formatting Cells Number General Range("A1").NumberFormat = "General" Number Range("A1").NumberFormat = "0.00" Currency Range("A1").NumberFormat = "$#,##0.00" Accounting Range("A1").NumberFormat = "_($* #,##0.00_);_($* (#,##0.00);_($* ""-""??_);_(@_)" […]

Select a Range In Excel VBA

One of the basic things you need to do in Excel VBA is to select a specific range to do something with […]

Highlight the Active Row and Column Use Excel VBA

When you looking at a large worksheet with numerous data, it would be nice if Excel automatically highlighted the active cell row […]

Zoom In and Out in Worksheet on Double-Click

Sometimes, if you want to zoom in and out in a worksheet, you need to have a finger on CTRL and the […]

How to Replace Format in Excel

Sometimes if you need to find and replace cellsĀ formatting in Excel, how could you do? Find and Replace Format in Excel On […]

How To Set Column Width In cm At Once

sometimes if you want to set the column width or row height to centimeters or inches for some purpose, how could you […]