#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default how to in exel

in exel i have a colum of 1000 combinations of letters ( hjdbud ) and so on i
want to add .jpg to all of these in this colum, i know the code is A1=&".jpg"
in anouther row but then in lost on how to do the rest please help

morefeus
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
Default how to in exel

If you have that list in Column A starting in row 1 then on column B row 1put:

=A1&".jpg"

and drag down as far as you need
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default how to in exel

try this

for each c in range("a2:a100")
c.value=c & ".jpg"
next c

--
Don Guillett
SalesAid Software

"Morefeus Direct" wrote in
message ...
in exel i have a colum of 1000 combinations of letters ( hjdbud ) and so
on i
want to add .jpg to all of these in this colum, i know the code is
A1=&".jpg"
in anouther row but then in lost on how to do the rest please help

morefeus



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default how to in exel

see response in worksheet.functions


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Morefeus Direct" wrote in
message ...
in exel i have a colum of 1000 combinations of letters ( hjdbud ) and so

on i
want to add .jpg to all of these in this colum, i know the code is

A1=&".jpg"
in anouther row but then in lost on how to do the rest please help

morefeus



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how 2 convert (exel macro's mysql) ?? Almrshal Excel Discussion (Misc queries) 0 July 15th 06 01:20 AM
how do I convert a non exel tabulation to exel dte123 New Users to Excel 2 June 30th 06 02:31 AM
exel reader jj Excel Discussion (Misc queries) 2 April 7th 05 08:26 PM
Need help with exel database john2004 Excel Discussion (Misc queries) 1 December 22nd 04 01:05 PM
Need help with exel database john2004 Excel Discussion (Misc queries) 2 December 21st 04 05:57 PM


All times are GMT +1. The time now is 09:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"