Md. Mehedi Hasan, with a BSc in Electrical & Electronic Engineering from Bangladesh University of Engineering and Technology, holds a crucial position as an Excel & VBA Content Developer at ExcelDemy. Driven by a deep passion for research and innovation, he actively immerses himself in Excel. In his role, Mehedi not only skillfully addresses complex challenges but also exhibits enthusiasm and expertise in gracefully navigating tough situations, emphasizing his steadfast commitment to consistently deliver exceptional and quality content. Apart from creating Excel tutorials, he is interested in Data Analysis with MS Excel, Verilog, Assembly, Arduino, MATLAB, Pspice, and HFSS.
Creating graphs from data in Excel helps a lot with data analysis. Sometimes we want to add a text box to the graph which makes the graph and its element more ...
A checklist displays some items, tasks, etc. and beside them, attached boxes where we can put a mark for denoting whether the task is complete or not. Making a ...
This is a real-time data table from the investing.com website. STEP 1 - Open the Visual Basic Editor Go to the Developer tab and select Visual ...
Sometimes, we have a dataset in Excel and we may want to add a common prefix to all the data. We can do that quite simply in Excel without even using a ...
In many cases, we record transactions in Excel. And in various ways, we may include the same data in multiple rows which causes problems when we work with the ...
When we work with dates in Excel, sometimes we may want to add specific years to a date. It’s quite easy to do in Excel. At the same time, Excel offers several ...
Sometimes adding a comment to a cell in Excel helps a lot in understanding the dataset. We may wish to filter the cells with comments attached to them, this ...
When we work in Excel, sometimes we create Charts that can have data labels. If the size of the data is large then there’s a chance that the data labels will ...
In this article, we will present 4 quick tricks to convert USD to CAD in Excel (and how to convert CAD to USD). We'll use the following dataset to demonstrate ...
When an Excel worksheet is created, the document automatically includes a number of properties. In this article, we will demonstrate 3 simple methods to ...
While working in Excel, we may want the Ruler to show up on the top and left side of the worksheet. It helps to resize the Row Height or Column Width precisely ...
Suppose we have a dataset containing some Product ID, Delivery Status and Price of those products. We will show the way to find specific data from ...
The COUNTIF Function The COUNTIF function counts the number of data that matches a criterion. You can calculate both text values and numeric values. ...
For various purposes, we can copy an Excel sheet into MS Word. For example, copying Excel sheets into MS Word helps to make reports in MS Word with data tables ...
The sample dataset contains information on Product, Size, and Price. Method 1 - Download Google Sheets as Excel File Open the Google sheet to be ...

Thank you for your queries. Let’s change the code a bit. Use the following code to copy the data and paste it as values.
Afterward, you will see result like this.
Thank you so much for your observation. We will rectify and update this error soon. Thanks again for your concern.
Hi MIGUEL,
We are glad, you asked the questions. It’s quite easy to import data from separate sheets and save it as separate documents. Simply, use the following code in a new module of VBA. Only, you have to change the file directory to save the doc file.
After running the code, you will see the doc files created according to your dataset.
Hi Anna!
You wanted to say what will happen if we input the same word with Upper and Lower case. The fact is Excel counts Upper and Lower case characters as the same. So you won’t have any issues. Even then I am showing one way to make your data to proper format first. Then, use the formatted text in the required formula.
=PROPER(B5)