Is there a way to insert a tab (5 spaces) between each field. I would like to change the "," to 5 spaces.
This is my input file:
pn,description,price
AU015-, O/M 6FGCU33-45,4.96
AU315-1, O/M 7FBH15-25,5.15
AU317-, O/M 7FBCU15-55,5.15
For some reason I am not able to dial out from the application just get stady signal. but I can receive call. One more thing I can call inter-office " for digit extesion". I did change my location and add "9" to get out side line. it did not work. any idea.
Thanks
Is there a function in the EXCEL to reterive just portion of the test. Ex;
salesmanager@test.com. just need to extract all words before the "@". salesmanager.
Thanks
kamran
I have the following code:
str=mid(s,2,len(s)-1)
fh4=trim(mid(str,21,15)) 'Part_No
pn=mid(fh4,1,5)&"-"&mid(fh4,6,5)&"-"&mid(fh4,11,5)
if right(pn,1)="-" then
pn=left(pn,11)
end if
the display will be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.