Sanjida Ahmed, who graduated from Daffodil International University with a degree in Software Engineering, has worked with SOFTEKO since 2021. She has written over 100 articles on Excel & VBA and, since 2022, has worked as the Project Manager of the Excel Extension Development Project in the Software Development Department. Since starting this software development, she has established an outstanding workflow encompassing a full SDLC. She always tries to create a bridge between her skills and interests in Artificial Intelligence.
Excel’s split screen option is a great way to view your work simultaneously at the same time. You can even visualize your work vertically or horizontally using ...
In the below dataset, we have the same numbers in Columns B and C. Method 1 – Using VBA NumberFormat Property Steps: Press Alt + F11, or go to ...
Method 1 - Using a Formula to Link Two Worksheets in Excel There are two Excel sheets: Destination Sheet and Source Sheet. There is data in the ...
Method 1 - Format Cell Horizontally or Vertically with VBA Excel’s CellFormat. The AddIndent property sets a Variable type value that indicates whether the ...
Method 1 - WorksheetFunction with COUNTIF in Excel VBA Steps: Press Alt + F11 on your keyboard or go to the tab Developer -> Visual Basic to open ...
In this article, we will let you know what mixed cell reference is in Excel and describe it with 4 examples. What is Mixed Cell Reference in Excel? ...
VBA Syntax to Remove Duplicates in Excel Generic Syntax Range.RemoveDuplicates(Columns, Header) Parameter Description Parameter ...
In this article, we will let you know what absolute cell reference in Excel is and describe it with 4 useful examples. What is Absolute Cell Reference ...
In the dataset, the same dates are in Columns B and C. We will format the date in Column C. Method 1 – Using VBA to Format Dates Steps: Press ...
If you want to calculate future investment with inflation and nominal interest rates, then there is an essential article on How to calculate future value with ...
Introduction to The TREND Function The TREND function calculates the values of a given set of X and Y variables and returns additional Y-values by ...
The IRR function is a financial function in Excel. It returns the Internal Rate of Return (IRR) for a given cash flow (the initial investment and a series of ...
What Is the FORECAST Function in Excel? Description The FORECAST function is a Statistical function in Excel. It calculates or predicts a future value ...
In Excel, the CORREL function is used to determine how closely two sets of data are associated with each other. In this article, we will show you how to use ...
In this article, you will learn about the AGGREGATE function in Excel. We will explore its uses, aggregate data, with multiple criteria, combine aggregate with ...

Glad that we could help you. Don’t hesitate to ask if you have any more Excel related problems. Here, our experts will be happy to assist you.
Hi Jesse,
Thanks for your comment. Have you checked the method no. 2 (VBA Macro to Export Excel Contents with Specified Range to a Pipe Delimited Text File) of this article? I think that solves your problem.
Hi James, In some cases, Excel’s IsNumeric property doesn’t always produce the correct result in VBA. Could you please try If Cells(i, 1) = 103 Then instead of If IsNumeric(Cells(i, 1)) = 103 Then in your code?
Hello Maurice,
Really glad to help you out. Don’t hesitate to ask if you need any further assistance. Thanks.