Video B. Jelen & Excel Expert reviewing VBA Programming

DougStroud

Well-known Member
Joined
Aug 16, 2005
Messages
2,976
Office Version
  1. 365
Platform
  1. MacOS
I saw a video of Bill interviewing and covering a program that one of the Excel experts has developed to program in the VBA environment. I can't recall the video or the other details.... anyone seen this and can point me there?

thanks,
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Perfect-
Thanks Bill.
Podcast 578 : http://cache.libsyn.com/mrexcel/podcast578.mp4
Here is a slight variation of the concatentation function....
Depending on the Mike's use- your point about unprintable characters can be avoided by using this method. Choose the row w/ the greatest number of columns w/ values, enter the formula once:
Code:
=W2&" " &X2&" "&Y2&" "&Z2
copy up and down. This avoids printing issues, unpleasent visual issues etc..... and I use the notepad all the time for things of this nature, but no reason to do it on this one IMO.

One other question, on the podcast blog site, you reference 897 a couple of times.... significant date, you start using Excel, MrExcel....?

Cheers,

Doug
MasterImportSheetWebStore.xls
WXYZAAABAC
1TermTermTermTermResultsFormulaValues
2testtest1testtest1testtest1
3testtest1test2testtest1test2testtest1test2
4testtest1test2test3testtest1test2test3testtest1test2test3
Table
 
That particular podcast about the concatenation as generated a lot of mail. Everyone has a slightly different solution to that problem. I think I have gotten at least six different solutions, some of which appear in subsequent podcasts and some are still in the queue.

I frequently get a couple of notes saying "there is a better way to do this", but the fact that this podcast generated so many different solutions tells me that this is a major pain point with a lot of people and that there are a large number of home-grown solutions.

I like your method above. If I remember the original question, though, I don't think that he is leaving a live formula in the workbook. He concatenates and then pastes values. I think the hassle factor of re-building the formula each day would not be good. Perhaps he could tuck this formula somewhere out in Z1 and copy from there?

Due to some upcoming trips, I've pre-recorded the next 2 weeks podcasts. Out of the solutions that I've received, the couple lines of VBA code in podcast # 587 on Thursday September 6th seem like the solution that I would actually use if I had to do this task day after day.

Regarding 897: I have no idea why this comes up. I did a quick search and could not find it at all. It doesn't ring any bells as a significant date or number. Probably just randomness.
 
Doug-

I would modify your formula with by wrapping an =TRIM() around the whole formula. That will get rid of the extra trailing spaces at the end.

Visually, there is no difference, but you never know if this will later be used in a MATCH or VLOOKUP and those trailing spaces could cause problems later on.

Bill
 
Thanks for the response Bill. I agree, and gathered that you would have a solution for the question.... You Da' Man Baby! But I think it is great to have the interaction that you have w/ the boardmembers and so for that reason mainly, I shot it to you. It is also great that you keep in touch w/ all of us here. I soon will be re-launching my website w/ all the new great features I have been able to incorporate from Excel. It is all due to your site and the members here. I will send you the link when it is completed.

Had I never found MrExcel or you starting this I would have never been able to do what I have done. When I re-launch, I will send you the link. The thing that is most interesting about this is the interconnectivity I have been able to achieve due to Excel, its features and MrExcel. The interesting thing is my POS is from the early 1980's, is DOS and written n Cobol. I have very strict limitations to what I can do w/ it, Item Record length and Item Description length limitations, a two level dept/cat limitation- but I now can take all this and convert it into vastly improved data.
You probably have heard this before, but what you have done here is a great thing. I will always be a loyal member and Fan! You have literally changed my life, and professional career- Thanks for all that you have contributed to us here at MrExcel.

Cheers,

Doug Stroud
 
Yep.... I kept it simple how you discussed it in the podcast for continuity reasons.... and the other thing that comes to mind if Mike actually did use this method, heck I would build the thing out an extra 20 columns and never look back, stick the Trim function in, store it up one row above everything else and roll on...
But as you said, you have a VBA solution coming... :-)
 
Doug - thanks for your notes.

The community of people here are amazing and I always promote them in my seminars.

The cool thing - if there are 100 people in the room, I will always have half a dozen people who confirm that I am 100% correct. Someone will always have a story about how the MrExcel community made something amazing possible.

Again - thanks to everyone who contributes here.
 
Bill,
One more thing, the 897 question. It is a graphic item, one oversized one at the top and one small one on the left margin in khaki green under the orange graphic on the podcast site.
 
Yes - now I see the 897.

It must have been built in to the canned blogger template. I think when I set this blog up, I believed we would never use the blog, just the RSS feed to get the podcast into iTunes. However - since iTunes shows 50 episodes and I am now up to almost 500 episodes, the blog has become a useful place to find old episodes.

So - some random template designer probably lives at 897 Main Street? I really have no idea.
 

Forum statistics

Threads
1,222,711
Messages
6,167,790
Members
452,140
Latest member
beraned1218

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top