User Posts: Sanjida Ahmed
0
VBA to AutoFilter with Multiple Criteria on Same Field in Excel (4 Methods)
0

Excel’s AutoFilter feature is really efficient to extract data based on certain conditions. Implementing VBA is the most effective, quickest, and safest method ...

0
Excel VBA to Check If AutoFilter is On (4 Easy Ways)
0

Excel’s AutoFilter feature is really efficient to extract data based on certain conditions. But sometimes due to technical issues, AutoFilter gets hidden or ...

0
Import Data from Excel into Word Automatically Using VBA (2 Ways)
0

Implementing VBA is the most effective, quickest, and safest method to run any operation in Excel. In this article, we will show you 2 effective ways how to ...

0
VBA to Get Unique Values from Column into Array in Excel (3 Criteria)
0

Sometimes we want to extract unique values from the dataset of our Excel workbook; But when the dataset is huge, it is hard to find the values. Implementing ...

0
Reference Table Column by Name with VBA in Excel (6 Criteria)
0

When we have a large dataset in our Excel workbook, sometimes it is convenient to reference a column of a table just by the name instead of the whole range. ...

0
VBA to Loop through Rows of Table in Excel (11 Methods)
0

When we have a large dataset in our Excel workbook, sometimes it is convenient if we can loop through rows to extract the specific results that we want to get. ...

0
7 Solutions for Greyed Out Edit Links or Change Source Option in Excel
0

The Edit Links and Change Source buttons are very effective tools to transfer and update large datasets with important links from one Excel sheet to another ...

0
How to Find and Replace Values in Multiple Excel Files (3 Methods)
0

Sometimes we need to modify our dataset for some reason. And when we are dealing with multiple worksheets and workbooks then this is really hard to get the job ...

0
Macro to Populate a Mail Merge Document from Excel
0

Suppose you have a certain email format and a pile of contact details of people. You have to send an email with the specified format, meaning the header, body, ...

0
How to Hide Formula in Excel Using VBA (4 Methods)
0

Sometimes we want to hide formulas for certain results to make any large worksheet less crowded. Implementing VBA is the most effective, quickest, and safest ...

0
VBA INDEX MATCH Based on Multiple Criteria in Excel (3 Methods)
0

When we have a large amount of data then sometimes it is hard to extract any specific data from the dataset. Together with Excel’s INDEX and MATCH functions ...

0
VBA to Select Value from Drop Down List in Excel (2 Methods)
0

Dropdown lists are a very useful feature to perform various Excel related tasks. Implementing VBA is the most effective, quickest, and safest method to run any ...

1
VBA to Pivot Table Filter Between Two Dates in Excel
0

A Pivot Table is a great tool to quickly summarize a large amount of data in Excel. Suppose you have a huge data consisting of so many dates but all you want ...

0
VBA to Remove Time from Date in Excel (3 Methods)
0

Sometimes there are data in an Excel worksheet that consists of both time and date. Occasionally, we want to get rid of only time or date from that sheet. ...

0
Data Validation Drop Down List with VBA in Excel (7 Applications)
0

Data validation dropdown lists are a very useful feature to perform various Excel related tasks. Implementing VBA is the most effective, quickest, and safest ...

Browsing All Comments By: Sanjida Ahmed
  1. 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.

  2. 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.

  3. 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?

  4. Hello Maurice,
    Really glad to help you out. Don’t hesitate to ask if you need any further assistance. Thanks.

5 Excel Hacks You Never Knew

Genius tips to help you unlock Excel's hidden features

FREE EMAIL BONUS

ExcelDemy
Logo