Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splitting value of cell in Excel sheet
#3
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi Janris,

Here we go!

Refer the below example.

Code:
Emp_Name="Andy Roberts"
temp=split(Emp_Name," ")
FirstName=temp(0)
LastName=temp(1)

Browser(..).Page(..).WebEdit("FirstName:").Set FirstName
Browser(..).Page(..).WebEdit("LastName:").Set LastName
Reply


Messages In This Thread
RE: Splitting value of cell in Excel sheet - by sreekanth chilam - 02-02-2011, 11:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Reading data from excel sheet serenediva 1 8,919 03-03-2017, 10:07 AM
Last Post: vinod123
  How import final calculated values by cell formula from Excel not the formula itself. qtped 1 4,720 01-17-2017, 04:05 PM
Last Post: sagar.raythatha
Smile Importing Excel sheet - Reference Values are not recognized michiusa69 3 7,596 01-23-2015, 02:36 AM
Last Post: lkng2001
  How to pass a date from Excel sheet to web form revati.shendure 1 2,835 11-27-2014, 11:54 AM
Last Post: revati.shendure
  clearing excel sheet values beejfred 1 7,317 09-25-2014, 11:43 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)