Hadi Ul Bashar holds a BSc degree in Biomedical Engineering from Bangladesh University of Engineering and Technology. In January 2023, Bashar joined SOFTEKO as an Excel and VBA content developer. Since then, he has authored over 50 articles. He was engaged in two specialized training programs focused on VBA and Chart & Dashboard designing in Excel. Currently he is creating video content on Excel and VBA and has created over 70 videos. Reading books and traveling are his favorite pastimes.
In this article, we are going to learn everything about Excel page break. We’ll focus on how to insert page breaks manually as well as based on conditions. ...
What Is a Gantt Chart? A Gantt Chart is a visual representation of tasks over time, allowing us to track progress and manage project timelines. Dataset ...
The Bell curve provides a quick visualization of a dataset summary. We can get a dataset's mean, mode, and median using the Bell curve of a normal ...
How to View Excel Metadata Method 1 - Using Info Option Select File. Go to Info. We will get metadata. Method 2 - Using ...
In this article, we will demonstrate how to use the VLOOKUP, INDEX, MATCH and SUMIF functions to perform data reconciliation in Excel. Download ...
In this article, you will learn the methods of linking an Excel file to a PowerPoint. By doing so, we can present our Excel data in a PowerPoint slide. ...
In this article, we will learn how to export an Excel file to a PDF. This conversion is helpful if you want to share your Excel data in a non-editable manner. ...
In this article, we will learn about the Name Box in Excel. We will focus on naming different kinds of elements, displaying the names in the Name Box, and many ...
In this article, we are going to learn about data entry in Excel. We will learn about the basics of data entry, form creation, and error handling. Data ...
While working on Excel, sometimes we need to concatenate cell values. We can use Excel VBA to concatenate cell values easily. For example, if we have a dataset ...
Understanding the Target Cell Property When you want to interact with a cell in a worksheet using an event, you can utilize the Target property of Excel. ...
The sample dataset contains the sales data of a certain showroom. Example 1 - Finding Only First Cell Address Based on Value By default, ...
Method 1 - Insert User Form to Create InputBox with Multiple Inputs in Excel The Visual Basic window will open. We’ll insert an UserForm from the Insert ...
If you’re thinking about storing multiple data against a common entry, a multidimensional array can serve the need. Multidimensional Arrays are arrays with ...
We're going to cover the cases where the Excel MIN function returns 0, as well as some workarounds to deal with this. Here's an overview of the dataset we'll ...

Hello VIKASHINI,
Thank you for explaining your issue in a concise way. Yes, it is possible to extract the whole sentence. You can apply the following steps for that:
1. First of all, open your Word document.
2. Go to Developer tab and select Visual Basic.
3. Navigate to Insert tab and select Module.
4. Type the following code in the module and press the F5 key to run the macro.
Check the following images that contain the sample output.


This is the output you will get in an Excel file.
Please let me know if you have any further issues.
Have a good day!
Regards,
Bashar
Exceldemy.
Hello DEEP!
From your comment, I think the most possible reason of the error could be inappropriate cell referencing. Please note that these formulas include both absolute and relative cell reference. You may copy paste the formulas, and then adjust the cell references according to your dataset. Hopefully that will solve your issue.
Output:
If you need further assistance regarding this, please feel free to send the Excel file in this email [email protected].
Regards
Hadi Ul Bashar