$$Excel-Macros$$ Looking for Excel VBA macro to export CSV or TAB-delimited with "linefeed" character ...

2015-05-19 Thread Greg
Thanks in advance for your reply. -Greg -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, l

$$Excel-Macros$$ Condensing Multiple Worksheets Into One ...

2012-06-06 Thread Greg
orkbook is not named Combined, and it contains no data from the other worksheets. Thanks in advance for any assistance you can provide. Kind regards, Greg -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Ur

Re: $$Excel-Macros$$ Condensing Multiple Worksheets Into One ...

2012-06-06 Thread Greg
to copy the first row content one after the other into one large worksheet. Regards, Greg On Wednesday, June 6, 2012 6:59:27 PM UTC-4, Don Guillett wrote: > > I would have written it a bit more efficiently but what it is doing is > copying all of current region of each sheet to a

Re: $$Excel-Macros$$ Condensing Multiple Worksheets Into One ...

2012-06-06 Thread Greg
Hi David, Thanks for your reply. However, I tried this formula and it didn't work. The result of the cell is 0. I wish to have the contents of each sheet copied into one large worksheet. -Greg On Wednesday, June 6, 2012 6:49:01 PM UTC-4, David Grugeon wrote: > > You can use a f

Re: $$Excel-Macros$$ Condensing Multiple Worksheets Into One ...

2012-06-07 Thread Greg
Thank you Rajan, This macro worked successfully. :-) Is it possible to add a feature to the macro that will remove the header row so that I don't have repetitive header information in the final worksheet? Regards, Greg On Thursday, June 7, 2012 9:11:07 AM UTC-4, Rajan_Verma wrote: &

Re: $$Excel-Macros$$ Condensing Multiple Worksheets Into One ...

2012-06-07 Thread Greg
Wow that was fast! Yes, this is what I need. I will keep both version because some times I need headers and other times sans headers. :-) Thanks, I appreciate you creating this macro so quickly. -Greg On Thursday, June 7, 2012 10:44:53 AM UTC-4, Rajan_Verma wrote: > > Tr

Re: $$Excel-Macros$$ Condensing Multiple Worksheets Into One ...

2012-06-07 Thread Greg
Hi Don, This macro works and accomplishes what I need. And I agree with your KISS principle whenever possible. BTW, if I want to use this same macro and keep the headers what must I change? Thanks, Greg On Thursday, June 7, 2012 12:52:25 PM UTC-4, Don Guillett wrote: > > I understo

$$Excel-Macros$$ Copy Multiple Workbooks into One Workbook Macro problem ...

2011-06-06 Thread Greg
://excelribbon.tips.net/T008884_Condensing_Multiple_Worksheets_Into_One.html Thanks in advance for your help. -Greg -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com

Re: $$Excel-Macros$$ Copy Multiple Workbooks into One Workbook Macro problem ...

2011-06-07 Thread Greg
Thanks Ashish for your reply. When I use this macro I get the following error message: Compile error: User-define type not defined. The following line in the macro code is highlighted: Dim objShell As New Shell32.Shell -Greg On Jun 7, 2:22 am, ashish koul wrote: > try this >

Re: $$Excel-Macros$$ Copy Multiple Workbooks into One Workbook Macro problem ...

2011-06-07 Thread Greg
automation in refrences > >  tool -> reference -> Microsoft shell control and automation > > > > > > > > > > On Tue, Jun 7, 2011 at 7:11 PM, Greg wrote: > > Thanks Ashish for your reply. When I use this macro I get the > > following error me

$$Excel-Macros$$ Using Excel macro to type custom function in cell ...

2012-10-10 Thread Greg
Hi, Can you help me write a macro that will type a custom function I created into a cell? For example, I want the macro to type the following function: =Switch2(Y2,"B", AH2,"H",NOT(AH2),"O") inside cell AP2 Thanks in advance for your help. Greg -- Join offici

$$Excel-Macros$$ Re: Using Excel macro to type custom function in cell ...

2012-10-12 Thread Greg
Thank you! This works and is just what I needed. :-) Regards, Greg On Thursday, October 11, 2012 7:21:21 AM UTC-4, Prince wrote: > > Hi Gerg > > Just copy paste this macro and run it. > > sub test() > with ActiveSheet > .range("AP2").Formul

$$Excel-Macros$$ Excel SQL Variable Help?

2010-02-21 Thread Greg
Hello - I'm using an MS Query SQL statement to gather records from an Access table. The table name varies depending on what I'm doing, so I'd like to pass the table name and have it select records from that table. Here is the command I have so far: SELECT Owners.DisplayName, Owners.Owners FROM `

$$Excel-Macros$$ Help needed to write For/End loop using Range statement ...

2012-10-25 Thread Greg
;, AH2,""H"",NOT(AH2),""O"")" End With How do I replace the AP1 and AP2 so that it uses a do loop? Thanks in advance for your assistance. -Greg -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RUL

$$Excel-Macros$$ UDF returns #NUM! with F9 or Application.CalculateFull only if sheet is not active

2009-04-07 Thread Greg
active when the workbook is recalculated. Does anyone know how to fix this? I get the same error whether manually recalculating with F9 or using Application.CalculateFull from VBA. - Greg Function GenCFD(InRange) As Variant 'randomly select values from an input of a cumulative freq

$$Excel-Macros$$ Requesting help to generate progress reports in Excel ...

2010-11-12 Thread Greg
hem. Thanks in advance for any assistance you can provide. Kind regards, Greg -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our

$$Excel-Macros$$ Need to separate/parse directory path and filename using Excel 2007 ...

2010-12-08 Thread Greg
eed to substitute the captured filename in two places. Once containing the full path and filename and again with just the filename.Thanks in advance for any assistance you can provide. Kind regards, Greg -- -- Some impo

Re: $$Excel-Macros$$ Need to separate/parse directory path and filename using Excel 2007 ...

2010-12-16 Thread Greg
managed to locate the following FileDialog object that seem to provide what I want but I don't know how to use them in a macro: msoFileDialogFilePicker msoFileDialogFolderPicker Thanks in advance for your assistance. -Greg On Dec 9, 8:24 am, Paul Schreiner wrote: > Check out the document

Re: $$Excel-Macros$$ Need to separate/parse directory path and filename using Excel 2007 ...

2010-12-17 Thread Greg
Hi Paul, YES, this revised code is exactly what I needed! Thanks, I appreciate your help. Happy Holidays! :-) -Greg On Fri, Dec 17, 2010 at 2:40 PM, Paul Schreiner wrote: Sub GetFile() Dim fso, File, fName, fPath, fDate Dim msg Dim MyFileName Set fso = CreateObject

$$Excel-Macros$$ Re: Requesting help to generate progress reports in Excel ...

2011-01-08 Thread Greg
a.xls" available at the following weblink: http://db.tt/Ynfa44I Thanks in advance for your assistance. -Greg On Nov 12 2010, 3:38 pm, Greg wrote: > Hi, > > I am a newbie to Excel and think I have a simple request but do not > know how to get started. I would like to request help in

Re: $$Excel-Macros$$ Re: Requesting help to generate progress reports in Excel ...

2011-01-10 Thread Greg
your additional assistance. :-) Regards, Greg On Jan 9, 9:52 am, ayush jain wrote: > Hi Greg, > > Please see if the charts created in attached Excel workbook helps you. > Feel free to write back if you need any further assistance. > > Thanks. > > Best Regards, > Ayush Jain

$$Excel-Macros$$ VBA Self study materials

2015-05-21 Thread Greg P
maybe someone will need http://training-course-material.com/training/Visual_Basic_for_Applications_(VBA)_in_Excel_-_Introduction_to_programming -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https:/

Re: $$Excel-Macros$$ Re: Requesting help to generate progress reports in Excel ...

2011-01-20 Thread Greg Mouning
should calculate to 45%. This would means the win percentage for each player should be smaller as well. Can you verify this? Regards, Greg On Thu, Jan 20, 2011 at 12:03 PM, Ayush Jain wrote: > Hi Greg, > > I have modified the Pie chart as required by you. > Please see attached file and

Re: $$Excel-Macros$$ Re: Requesting help to generate progress reports in Excel ...

2011-01-21 Thread Greg Mouning
Hi Ayush, That's perfect! Exactly what I want. Thanks, Greg On Thu, Jan 20, 2011 at 9:55 PM, Ayush Jain wrote: > Hi Greg, > > See attached updated one. > I hope it helps. > > > Thanks. > > Best Regards, > Ayush Jain > > On Thu, Jan 20, 2011 at 11

Re: $$Excel-Macros$$ Requesting help to generate progress reports in Excel ...

2010-11-13 Thread Greg Mouning
/18/2010, L Simms, L 10/18/2010, M Simms, L 10/18/2010, G Mouning, W Regards, Greg On Fri, Nov 12, 2010 at 10:31 PM, Srinivasan Ethirajalu < srinivasan.ethiraj...@gmail.com> wrote: > sample data pks > > > On Sat, Nov 13, 2010 at 2:08 AM, Greg wrote: > >> Hi, >&

$$Excel-Macros$$ Re: Find Distance and Time between two cities using Google Map In excel

2014-02-18 Thread Greg Hart
Ashish - thank you for posting. I receive a #value! error in the distance field. I am using Excel 2013, any assistance is greatly appreciated. On Saturday, February 25, 2012 8:01:12 AM UTC-5, ashish wrote: > Hi Group > > Try this udf it will help you in finding the time and distance between

$$Excel-Macros$$ Failure of a new Function

2016-10-21 Thread Greg Della-Croce
. Greg -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need

$$Excel-Macros$$ Simple function but it returns #VALUE

2017-01-19 Thread Greg Della-Croce
l End Function OK, I said it was simple :) However, can anyone point to the problem in this code. I have looked at it until I have become frustrated. Thanks, Greg -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebo

Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-26 Thread Greg Della-Croce
Vicky, thanks for the idea. I will see how it works for me. I appreciate the time/effort you put in to help me! Greg Greg Della-Croce Skype: gdellacroce55 Cell: 407-408-2572 greg_della-cr...@sil.org "If you assume you know the answer, you will miss having a breakthrough. It’s okay to do

Re: $$Excel-Macros$$ Re: Simple function but it returns #VALUE

2017-01-27 Thread Greg Della-Croce
, vbTextCompare) the function worked. Greg Della-Croce Skype: gdellacroce55 Cell: 407-408-2572 greg_della-cr...@sil.org "If you assume you know the answer, you will miss having a breakthrough. It’s okay to do what you did yesterday, but it will never be amazing again.". - *Rod Favar

$$Excel-Macros$$ Counting up the combinations

2017-02-18 Thread Greg Della-Croce
I have a sheet of responses to a short survey. The survey asked 4 questions with range answers (1 to 5, 5 being best), and then two open-ended questions. I would like to count up the number of each combination of answers with the range answers. So for all of the surveys, I would like to

Re: $$Excel-Macros$$ Counting up the combinations

2017-02-20 Thread Greg Della-Croce
Paul, That is an excellent idea! All my survey results are on one page of on workbook. So this should be fairly simple to write. Thanks!! Greg Della-Croce Skype: gdellacroce55 Cell: 407-408-2572 greg_della-cr...@sil.org "If you assume you know the answer, you will miss having a breakth

Re: $$Excel-Macros$$ Counting up the combinations

2017-02-20 Thread Greg Della-Croce
OK, people, I like a good dialog as much as anyone else. But will you please stop using this thread for your conversation! Thanks, Greg Della-Croce -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum

$$Excel-Macros$$ Why can I not change the width or length of a table?

2017-02-22 Thread Greg Della-Croce
This may not be the right place to post this question, however, you have been great at helping me recently and I really appreciate it. I have a data table in an Excel sheet. I imported 106 records into columns A - G. I then highlighted them and created a table using the icon that shows up at

$$Excel-Macros$$ Parsing Text in a cell with VBA

2017-03-30 Thread Greg Della-Croce
to how to accomplish this.* *Any assistance would be appreciated. Thanks* *Greg DC* *Sorry I meant to say I am using Excel 2013 or a Win 7E Laptop. I am up to date on all patches.* -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join o

$$Excel-Macros$$ Novice question: Why will new Functions not show up in my 2013 Workbook?

2015-10-02 Thread Greg Della-Croce
OK, I know that this is a very simple error on my part. I put the Function code in the Sheet2 General of the Project. I save the file, I save the spreadsheet. I go to use it in a cell and it does not show up on the function list. Yes I saved it as .xlsm, and Yes I enabled content. When I g

$$Excel-Macros$$ Re: Novice question: Why will new Functions not show up in my 2013 Workbook?

2015-10-03 Thread Greg Della-Croce
Never mind found my error. Must be in a Module not Sheet2. My bad. GregDC On Friday, October 2, 2015 at 5:09:03 PM UTC-4, Greg Della-Croce wrote: > > OK, I know that this is a very simple error on my part. I put the > Function code in the Sheet2 General of the Project. I save th

$$Excel-Macros$$ How to do a summary of a large table

2015-10-10 Thread Greg Della-Croce
Since I do no see a way to do this with just functions, I think I am going to have to write some code to do this myself, but I would appreciate a word from the experts (aka you people) I have a table with just shy of 50,000 rows that looks something like this: Key1 Key2 MinDateMaxD

Re: $$Excel-Macros$$ How to do a summary of a large table

2015-10-13 Thread Greg Della-Croce
l the ways you > can,In all the places you can,At all the times you can,To all the people > you can,As long as ever you can.” - John Wesley* > - > > -- > *From:* Greg Della-Croce > > *To:* MS EXCEL AND VBA MACROS > > *Sent:* Sat