Hey all,
I have a lot of URLs that I'd like to simply Drip on DripFeedBlasts on a daily basis. I don't want to deal with multiple campaigns (unless I force a 500-banger manually on certain days) - I just want ONE huge blast that I can keep modifying depending on what percentages of my links I'd like to spread around.
So I'm trying to create a spreadsheet, which is attached (Excel 2007 with macros format). I need some help though, because I'm NOT good at Excel and don't care to learn much.
How it works:
- Open it and enable macros.
- Enter your Spun URLs on Merging Blasts 1 through 100 (you don't have to fill all 100 columns, but that's the max)
- Enter the percentage you'd like that URL to get hit. The percentages must add to 100 or it will bark at you.
Moving to Berto Worksheet, here's what I do for you:
_ A greatest common divisor is calculated to simplify the # of links it makes
_ B7 through B106 will create your spun bbcode using the REPT (repeat) and CONCATENATE functions
_ It will all get concatenated in A109 using a function I found on the net
_ The final pipe will be removed in A112
PROBLEMS:
- Huge lists of characters don't work - CONCATENATE seems to get maxed out. Try doing 3 columns of URLs on the Merging Blasts sheet - one with 34%, the other two with 33. Each one will need to get listed 34/33/33 times. But columns B7, B8, and B9 all get truncated on the Berto Worksheet. Any workaround for this?
- My VB Script to do the Vertical Concatenation doesn't auto-refresh. You need to go into cell A109, go into the formula, and hit enter. I think this is because it's using Arrays. Any ideas for that?
- Again, there's a concatenation limit in cell A109 on Berto Worksheet. My Macro sucks, or CONCATENATE function sucks.
Can anyone help?
If not, I'm going to just make this a CSV file and do it in PHP and let you guys have that. I should have just done that in the first place, I'd be done and at the bar already.
File is attached.
THANKS!
Berto
I have a lot of URLs that I'd like to simply Drip on DripFeedBlasts on a daily basis. I don't want to deal with multiple campaigns (unless I force a 500-banger manually on certain days) - I just want ONE huge blast that I can keep modifying depending on what percentages of my links I'd like to spread around.
So I'm trying to create a spreadsheet, which is attached (Excel 2007 with macros format). I need some help though, because I'm NOT good at Excel and don't care to learn much.
How it works:
- Open it and enable macros.
- Enter your Spun URLs on Merging Blasts 1 through 100 (you don't have to fill all 100 columns, but that's the max)
- Enter the percentage you'd like that URL to get hit. The percentages must add to 100 or it will bark at you.
Moving to Berto Worksheet, here's what I do for you:
_ A greatest common divisor is calculated to simplify the # of links it makes
_ B7 through B106 will create your spun bbcode using the REPT (repeat) and CONCATENATE functions
_ It will all get concatenated in A109 using a function I found on the net
_ The final pipe will be removed in A112
PROBLEMS:
- Huge lists of characters don't work - CONCATENATE seems to get maxed out. Try doing 3 columns of URLs on the Merging Blasts sheet - one with 34%, the other two with 33. Each one will need to get listed 34/33/33 times. But columns B7, B8, and B9 all get truncated on the Berto Worksheet. Any workaround for this?
- My VB Script to do the Vertical Concatenation doesn't auto-refresh. You need to go into cell A109, go into the formula, and hit enter. I think this is because it's using Arrays. Any ideas for that?
- Again, there's a concatenation limit in cell A109 on Berto Worksheet. My Macro sucks, or CONCATENATE function sucks.
Can anyone help?
If not, I'm going to just make this a CSV file and do it in PHP and let you guys have that. I should have just done that in the first place, I'd be done and at the bar already.
File is attached.
THANKS!
Berto