Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Inserting text into numerous cells for many different files

This may or may not fall into the Macro category. It is the only thing I am
aware of that can repeat the same job, but not sure if this qualfies.

I need to insert the same text into multiple cells for about 250 different
Excel spreadsheets. Each sheet is set up the same (columns and rows), but
vary in the number of cells that need the text (sometimes 2, sometimes 15).
All cells fall under the same 2 columns though.

Is there a way to creat a macro for this task? I've done a few macros
before, but nothing like this.

Is there some other tool I should be looking into?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Inserting text into numerous cells for many different files

Are all of the sheets on the same workbook, or are these 255 different
workbooks?

"Joshua" wrote:

This may or may not fall into the Macro category. It is the only thing I am
aware of that can repeat the same job, but not sure if this qualfies.

I need to insert the same text into multiple cells for about 250 different
Excel spreadsheets. Each sheet is set up the same (columns and rows), but
vary in the number of cells that need the text (sometimes 2, sometimes 15).
All cells fall under the same 2 columns though.

Is there a way to creat a macro for this task? I've done a few macros
before, but nothing like this.

Is there some other tool I should be looking into?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Inserting text into numerous cells for many different files

also, is there a specific condition that will cause entry into the column?
(i.e. - cell A2 is not blank)

My thinking, as I'm thinkign all of this is, if all worksheets in one file,
and if, say, the driver is the value in column c is not blank, I would select
all sheets, then starting with, say, A2, enter:

if(C2 <"",Value,"")

Then paste down enough rows to cover the longest sheet.

This way, if the row doesn't merit a value, it will be left blank.
"Sean Timmons" wrote:

Are all of the sheets on the same workbook, or are these 255 different
workbooks?

"Joshua" wrote:

This may or may not fall into the Macro category. It is the only thing I am
aware of that can repeat the same job, but not sure if this qualfies.

I need to insert the same text into multiple cells for about 250 different
Excel spreadsheets. Each sheet is set up the same (columns and rows), but
vary in the number of cells that need the text (sometimes 2, sometimes 15).
All cells fall under the same 2 columns though.

Is there a way to creat a macro for this task? I've done a few macros
before, but nothing like this.

Is there some other tool I should be looking into?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Inserting text into numerous cells for many different files

All different workbooks.

Not sure what you mean by a 'specific condition that will cause entry'. Each
column has a header cell to identify it with.

Each of the cells already has (varying) text and I need to insert one
character at the beginning of each cell for both columns. All cells are
congruant (no blank cells in between) other than one empty (header only)
column between the two.



"Sean Timmons" wrote:

Are all of the sheets on the same workbook, or are these 255 different
workbooks?

"Joshua" wrote:

This may or may not fall into the Macro category. It is the only thing I am
aware of that can repeat the same job, but not sure if this qualfies.

I need to insert the same text into multiple cells for about 250 different
Excel spreadsheets. Each sheet is set up the same (columns and rows), but
vary in the number of cells that need the text (sometimes 2, sometimes 15).
All cells fall under the same 2 columns though.

Is there a way to creat a macro for this task? I've done a few macros
before, but nothing like this.

Is there some other tool I should be looking into?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Inserting text into numerous cells for many different files

Still looking for help on this.

"Joshua" wrote:

All different workbooks.

Not sure what you mean by a 'specific condition that will cause entry'. Each
column has a header cell to identify it with.

Each of the cells already has (varying) text and I need to insert one
character at the beginning of each cell for both columns. All cells are
congruant (no blank cells in between) other than one empty (header only)
column between the two.



"Sean Timmons" wrote:

Are all of the sheets on the same workbook, or are these 255 different
workbooks?

"Joshua" wrote:

This may or may not fall into the Macro category. It is the only thing I am
aware of that can repeat the same job, but not sure if this qualfies.

I need to insert the same text into multiple cells for about 250 different
Excel spreadsheets. Each sheet is set up the same (columns and rows), but
vary in the number of cells that need the text (sometimes 2, sometimes 15).
All cells fall under the same 2 columns though.

Is there a way to creat a macro for this task? I've done a few macros
before, but nothing like this.

Is there some other tool I should be looking into?

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
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM
multiple text files URGENT tasha Excel Discussion (Misc queries) 1 December 19th 04 05:44 PM
importing multiple text files URGENT!!! HELP tasha Excel Worksheet Functions 0 December 19th 04 04:26 PM
importing multiple text files??? tashayu Excel Discussion (Misc queries) 0 December 19th 04 02:43 PM


All times are GMT +1. The time now is 03:05 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"