I
itsupikiookami
Not sure if this exactly the right subforum, but here goes:
I'm going to be manipulating fairly large (though maybe not to some
spreadsheets (well, after they're imported from either TXT or CS
files) - some will need quite a bit of work while others will need onl
minor edits (that I've already figured out how to macro properly).
A little bit of background info on the files: They are store lists tha
need to be converted and cleaned up so that they can be fed into a FedE
machine (to print labels). The biggest list comprises of a little ove
5,000 entries, other lists vary from 1,000+ entries to varying sizes i
between (including the possibility of a list that includes ALL stores)
The store lists change in size on a nearly weekly basis (adding an
removing of stores, and also alterations to current stores but the
won't need any editing aside from what HAS to be done). Typically, th
largest files come from the company servers and those are pretty clea
(since they're limited access files), but custom store lists that com
from the various departments that send ever-changing and frequen
mailings is a tremendous headache.
One of the things that has to be done with any list (in order for th
FedEx machine to properly process the entire file) is delete som
unused fields. That's pretty easy to macro in, but I also have t
concatenate data from one field to another (so that it become
"CompanyName StoreNumber". I've noticed that, in the macro, this i
"Selection.AutoFill Destination:=Range("B2:B101")", but since tha
number will change (depending on new stores or closings) I need that t
be more flexible (for automation purposes). How?
Another thing that needs attention is removal of characters that th
FedEx machine simply CHOKES and dies a horrible death. Normally, al
this has to be done manually, and when there's 1,000 to 6,000 rows t
go through you can imagine how time consuming this process is. Is ther
any way for Excel to (through a macro) remove certain characters?
Yet another thing is removal of empty rows (since the departments ad
them in in a vain attempt to "help", and it's something else that th
FedEx machines DO NOT like).
Also, I'd like to be able to quickly remove certain rows, namely thos
that require different shipping methods, and put those in a separat
file. Sort of like a "Find & Replace" but really a "Find, Cut, Delet
Row, Paste in a new Workbook"...
Lastly, I also receive files that have important data (namel
addresses) in the wrong field - we use two fields: one for the actua
address, and then another for supplemental address data (like "Such
Such Shopping Center"). Unfortunately, sometimes the first field (th
most important) is left blank and the address is in the second fiel
(and it has to be in the first). Is there any way to quickly ru
through the file and detect blank spots in one field and move data fro
the field next to it? (ie, column "A" is blank but column "B" has th
correct address).
I know this is a lot to ask, but any information would be a tremendou
help and save me a lot of time and headache! TIA!
![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
-Jonatha
I'm going to be manipulating fairly large (though maybe not to some
spreadsheets (well, after they're imported from either TXT or CS
files) - some will need quite a bit of work while others will need onl
minor edits (that I've already figured out how to macro properly).
A little bit of background info on the files: They are store lists tha
need to be converted and cleaned up so that they can be fed into a FedE
machine (to print labels). The biggest list comprises of a little ove
5,000 entries, other lists vary from 1,000+ entries to varying sizes i
between (including the possibility of a list that includes ALL stores)
The store lists change in size on a nearly weekly basis (adding an
removing of stores, and also alterations to current stores but the
won't need any editing aside from what HAS to be done). Typically, th
largest files come from the company servers and those are pretty clea
(since they're limited access files), but custom store lists that com
from the various departments that send ever-changing and frequen
mailings is a tremendous headache.
One of the things that has to be done with any list (in order for th
FedEx machine to properly process the entire file) is delete som
unused fields. That's pretty easy to macro in, but I also have t
concatenate data from one field to another (so that it become
"CompanyName StoreNumber". I've noticed that, in the macro, this i
"Selection.AutoFill Destination:=Range("B2:B101")", but since tha
number will change (depending on new stores or closings) I need that t
be more flexible (for automation purposes). How?
Another thing that needs attention is removal of characters that th
FedEx machine simply CHOKES and dies a horrible death. Normally, al
this has to be done manually, and when there's 1,000 to 6,000 rows t
go through you can imagine how time consuming this process is. Is ther
any way for Excel to (through a macro) remove certain characters?
Yet another thing is removal of empty rows (since the departments ad
them in in a vain attempt to "help", and it's something else that th
FedEx machines DO NOT like).
Also, I'd like to be able to quickly remove certain rows, namely thos
that require different shipping methods, and put those in a separat
file. Sort of like a "Find & Replace" but really a "Find, Cut, Delet
Row, Paste in a new Workbook"...
Lastly, I also receive files that have important data (namel
addresses) in the wrong field - we use two fields: one for the actua
address, and then another for supplemental address data (like "Such
Such Shopping Center"). Unfortunately, sometimes the first field (th
most important) is left blank and the address is in the second fiel
(and it has to be in the first). Is there any way to quickly ru
through the file and detect blank spots in one field and move data fro
the field next to it? (ie, column "A" is blank but column "B" has th
correct address).
I know this is a lot to ask, but any information would be a tremendou
help and save me a lot of time and headache! TIA!
-Jonatha