How to extract the first 100 characters from a excel cell using vba 

In this example I will tell you how you can extract the first 100 characters from a excel cell using vba

Say Call A1 has the value In this example I will tell you how you can extract the first 100 characters from a excel cell using vba

In Cell B1 write the function =MID(A1,1,100). You will see cell B1 will have the text In this example I will tell you how you can extract the first 100 characters from a excel cell using.


Author: Pavandeep Puddupakkam on May 25, 2010
Category: Excel, VBA Macros
Tags: , , ,
Google Webdriver Forum -The Online Community for Google Webdriver and Selenium RC Users and Professionals

Leave a Reply

Last articles