$$Excel-Macros$$ help++ 1888 6785401 AT&Tsupport Number AT&TPHONE CALL CONTACT NUMBER AT&TPHONE nUMBER AT&TCustomer s

2018-09-05 Thread ronan bob
help++ 1888 6785401 AT&Tsupport Number AT&TPHONE CALL CONTACT NUMBER AT&TPHONE nUMBER AT&TCustomer service help++ 1888 6785401 AT&Tsupport Number AT&TPHONE CALL CONTACT NUMBER AT&TPHONE nUMBER AT&TCustomer service help++ 1888 6785401 AT&Tsupport Number AT&TPHONE CALL CONTACT NUMBER AT&TPHONE

$$Excel-Macros$$ How to check a field and change highlight color if the cell value changes

2015-03-30 Thread Bob Engler
row). The sheet is sorted on field 2. I normally do this manually but the Excel they just sent me has over 1,000 rows and most of the field 2s are non repeating. Thank you, Bob Engler -- 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

$$Excel-Macros$$ How to append row from 1 sheet to end of row of second sheet based on cell value

2014-12-17 Thread Bob Engler
If columnA in sheet2 matches columnB in sheet1, append the data from the row in sheet2 to the end of the row in sheet1. Sheet1 may have multiple rows with the same column data and the data from sheet2 needs to be added to all sheet1 matching rows. ie: Sheet1: hr abc ddd rrt hr dew ggg wqq hr

$$Excel-Macros$$ Texet to columns skips lines

2014-05-29 Thread Bob Clement
Hi, I am using the following code to parse imported text to columns using a comma as my delimiter. However is consistently skips a couple of rows each time. On one row it rougly half way through the list it removes the comma delimiter and on the very last row it does nothing at all. There a

Re: $$Excel-Macros$$ Help with code please.

2012-02-22 Thread Bob
At:=xlWhole) > >>                 If Not rng Is Nothing Then > >>                     Application.Goto rng > >>                     Exit For > >>                 End If > >>         End With > >>     Next wks > > >> End Sub > > &

Re: $$Excel-Macros$$ Help with code please.

2012-02-20 Thread Bob
e info?? > > Don Guillett > SalesAid Software > dguille...@gmail.com > > > > -Original Message- > From: Bob > Sent: Sunday, February 19, 2012 6:33 AM > To: MS EXCEL AND VBA MACROS > Subject: $$Excel-Macros$$ Help with code please. > > I almost have the

$$Excel-Macros$$ Help with code please.

2012-02-19 Thread Bob
I almost have the code the way I need it. BUT I want it to Find everything within in the same Workbook, not just on the Index Worksheet. Thanks in advance!!! Private Sub CommandButton1_Click() Dim IndividualSearch As String IndividualSearch = InputBox("What's the part number you're looking for?",

$$Excel-Macros$$ Inputbox to locate and highlight cell

2012-02-17 Thread Bob
I'm trying to create an inventory tracking system to pinpoint a specific location(a simple one) which, when the part number is entered into the Inputbox, Excel will go to, select and highlight that cell where the part number is located. I'm familiar with VBA just don't know the code, also using exc

Re: $$Excel-Macros$$ Concatinate

2012-01-01 Thread Bob
gt; From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] > > On Behalf Of Bob > Sent: Jan/Sun/2012 03:24 > To: MS EXCEL AND VBA MACROS > Subject: $$Excel-Macros$$ Concatinate > > I have a huge problem I just can not solve.I'm trying to concatinate severa

$$Excel-Macros$$ Concatinate

2012-01-01 Thread Bob
I have a huge problem I just can not solve.I'm trying to concatinate several things. I have a user form with 15 optionbuttons. If specific optionbutton are clicked then do a certain thing.. Such as If optionbutton1 is clicked then put Always"350" Optionbutton1 is always "S" then whatever is in Labe

$$Excel-Macros$$ making excel components invisible

2011-12-27 Thread Bob Harvey
How do I create an application in excel that hides all the components of excel in order to have a stand alone custom applicaion. I posted this earlier but without a subject I think. So Here is is again. Thxn -- FORUM RULES (934+ members already BANNED for violation) 1) Use concise, accurate t

$$Excel-Macros$$ multiple emails

2011-10-15 Thread Bob
Can someone help. I have a list in column C of email addresses. I'd like to have a commandbutton once clicked to automatically attach all the email names to an email to do a bulk email. Thanks in advance!!! -- -- Some

$$Excel-Macros$$ Hide Rows that are NOT Yellow

2011-08-20 Thread Bob
On Sheet2 I have some rows that are highlighted in yellow and some not. I'd like for when the user clicks on the command button to hide all the rows NOT in Yellow. And another command button to unhide. I'm familiar with installing the command buttons, just don't know how to write the code to hide a

Re: $$Excel-Macros$$ CheckBox to shade A2:B2

2011-08-19 Thread Bob
OMG!!! Thank you so much! Thats Perfect On Aug 18, 10:56 pm, NOORAIN ANSARI wrote: > Pls see attached sheet if it help to you > > > > > > On Fri, Aug 19, 2011 at 7:34 AM, Bob wrote: > > I have a checkbox on Sheet1, When checked I want it to shade Grey or >

$$Excel-Macros$$ CheckBox to shade A2:B2

2011-08-18 Thread Bob
I have a checkbox on Sheet1, When checked I want it to shade Grey or Yellow A2:B2 on Sheet2. If not checked do not shade. Thanks so much for any help!! -- -- Some important links for excel users: 1. Follow us on TWITT

$$Excel-Macros$$ Check box to highlight Row if Checked

2011-08-18 Thread Bob
Please Help with code! If CheckBox1 is Checked then Highlight Sheet2 Row 2 Column A & B Thanks so much in advance!!! -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : htt

$$Excel-Macros$$ Floating Message Box

2011-07-28 Thread Bob
Is there a way to add a floating message box. Something that will stay within view as you scroll down or up a page. Thanks in Advance!! -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tric

Re: RE: RE: $$Excel-Macros$$ Help with formula

2011-07-11 Thread Bob
oops sorry, 291log -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871

$$Excel-Macros$$ Help with formula

2011-07-10 Thread Bob
=IF(A30="","",SUM(C3:C25)*ROUNDUP(Worksheet2!G3/G1,0)) I only need to Sum (C3:C25) ONCE, Then after that, Sum (C3:C10) for the remaining. Example: If G3 lets say is 100 and G1 is lets say 25 then Sum C3:C25 only ONCE then Sum C3:C10 for the remaining count which is 75 in this example. C3:C25

$$Excel-Macros$$ Print only A3:K

2011-06-05 Thread Bob
How do you write a macro to print Sheet1, A3:K only. Nothing from L over. Thanks in advance!!! -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceld

$$Excel-Macros$$ Print area that has data

2011-06-05 Thread Bob
Is there a way to print the rows with data in them and not print the rows with just the formula. My spreadsheet has several rows with formulas in them and I only want to print the rows which I have added data. I know you can select print area and all that. But mainly it's for the inexperianced user

Re: $$Excel-Macros$$ If #N/A then enter your own value?

2011-05-31 Thread Bob
This does work. But only for range B3. Is there a way to once B3 has already been entered go to NEXT ROW. Thanks so much for your help!!! On May 31, 1:45 am, Dilip Pandey wrote: > Hi Bob, > > After your formula part of the code, insert the following:- > > If IsError(Range(&qu

$$Excel-Macros$$ If #N/A then enter your own value?

2011-05-30 Thread Bob
I'd like to enter my own value if there is no match. As the code stands now it will not allow me to enter my own value, returns the #N/A error and each time I try and change this it fires the code again and return the error again. I need something like... If A3 = "#N/A" then Enter "Your Own Value"

$$Excel-Macros$$ Re: Macro to Enter Current Time and Date

2011-05-24 Thread Bob
Not sure if this will help but here a 2 different ways. Both will keep date from changing the next day. You can create a circular referance with this formula =IF(B3="","",IF(C3="",NOW(),C3)) Or this will put the date in Column C using a macro Private Sub Worksheet_Change(ByVal Target As Range) If T

Re: $$Excel-Macros$$ Simple VBA code for filter data in ascending

2011-05-24 Thread Bob
Try this...with a command button, Change your range as needed, this one is A2:B1 Private Sub CommandButton2_Click() ActiveWorkbook.Worksheets("Your Worksheet Name").Sort.SortFields.Clear ActiveWorkbook.Worksheets("Your Worksheet Name").Sort.SortFields.Add Key _ :=Range("A2"), Sort

$$Excel-Macros$$ Exit Sub if no match

2011-05-24 Thread Bob
If there is no match, I'd like to enter my own value. Just can not figure out how to write code! As the code stands now it will not allow me to enter my own value, returns the #N/A error and each time I try and change this it fires the code again and return the error again. I need something like...

Re: $$Excel-Macros$$ Keep formula in cell

2011-05-23 Thread Bob
. > > with macro you can "automatically" keep the old data > (and stored in another place) > and then enter the new value in the same cell > > cmiiw > > > > On Mon, May 23, 2011 at 5:21 AM, Bob wrote: > > Is there a way to keep the formula in the cell

$$Excel-Macros$$ Keep formula in cell

2011-05-22 Thread Bob
Is there a way to keep the formula in the cell when you enter your own value? Thanks in advance -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/excel

$$Excel-Macros$$ Delete columns A thru D if blank

2011-05-17 Thread Bob
I'm having a problem with, when the code runs, once I type something in cell A3 the formula is automatically copied down. Thats fine but it copies down each time I selcet a cell. I do not want any blanks. I can not just delete blank rows because there is something in columns F thru M. One blank row

$$Excel-Macros$$ Formula within VB code

2011-05-16 Thread Bob
I need this formula within the VB code on "Over Flow Report", Column "D". =IF(C3="","",B3*C3). I'm trying to understand how it works. Is this correct? Do I need to add anything?, Should it go in the worksheet_change or worksheet_select_change? Worksheets("Over Flow Report").Range("D3").Formula = "=

$$Excel-Macros$$ =Now() Keep from changing

2011-05-07 Thread Bob
If I enter the Customer in B27 I'd like for todays date to be entered in F27 automatically. How would you keep the date from changing the next day, each time the workbook is opened? Thanks in advance!!! -- -- Some imp

Re: $$Excel-Macros$$ Copy & Paste next blank row

2011-05-06 Thread Bob
God bless you! That got it! Thanks so much!!! On May 6, 1:53 am, Deepak Pal Singh wrote: > Hi Bob, > > I'm sorry bro, I didn't understand your problem completely... > There is a minor problem with the code that you"ve written.. If you copy the > complete column t

Re: $$Excel-Macros$$ Copy & Paste next blank row

2011-05-06 Thread Bob
Were is it located to attach file? Sorry I don't see it. Thanks On May 6, 1:25 am, ashish koul wrote: > can you share the sample file > > > > > > On Fri, May 6, 2011 at 5:22 AM, Bob wrote: > > I'm sorry , Still having trouble with copy on next available bl

$$Excel-Macros$$ Copy & Paste next blank row

2011-05-05 Thread Bob
I'm sorry , Still having trouble with copy on next available blank row. If I record a macro it's: Columns("A:E").Select Selection.Copy Sheets("Customer Record").Select ActiveSheet.Paste I want to keep what I have already copied. How do I make it go to the next available blank row. Thank

$$Excel-Macros$$ delete workbook if password is not entered

2011-05-03 Thread Bob
Can someone help with the code to delete a workbook if password is not entered within 3 tries. Thanks so much! -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://tw

$$Excel-Macros$$ Copy/Paste Code

2011-05-02 Thread Bob
For the life of me I can not figure out why this code will work fine if more than 2 or more rows are Copied and Pasted. But if only one row is copied and pasted It will not work. Any help at all, please! Thanks in advance! The code stops at ActiveSheet.Paste Private Sub CommandButton2_Click() 'Co

Re: $$Excel-Macros$$ Copy and paste

2011-05-01 Thread Bob
wrote: > Hi Bob > Try > > Sub copydata() > 'Copy contents from Sheet2 Columns A & B > Sheets("Sheet2").Select > Range("B1").End(xlDown).Select > Temp1 = ActiveCell.Address > Range("A1" & ":" & Temp1).Select >

$$Excel-Macros$$ Copy and paste

2011-04-30 Thread Bob
I'd like some help in Copying and Pasting in different worksheets. Copy contents from Sheet2 Columns A & B Paste contents on next available blank row on Sheet1 in Columns A & B Thanks in advance! -- -- Some important

Re: $$Excel-Macros$$ Nonlinear Regression Analysis

2010-11-26 Thread Bob
I am OK with three different x and y values ... I'm not sure why that never occurred to me! Would it help to send you ALL of the data together? On Nov 26, 9:22 am, Dilip Pandey wrote: > Hi Bob, > > Ok, in order to determine the best Singular X and Y values we need to break >

Re: $$Excel-Macros$$ Nonlinear Regression Analysis

2010-11-25 Thread Bob
Y in a non-linear equation. Thanks again for your help! On Nov 24, 10:35 pm, Dilip Pandey wrote: > Hi Bob, > > I have done something in the attached file. > I believe if the x and y are not fixed at all the time, then we can > use Goal Seek feature of Excel to obtain the desired res

Re: $$Excel-Macros$$ Nonlinear Regression Analysis

2010-11-23 Thread Bob
ta ... but other suggestions are also certainly welcome. Hope you, or someone, can help! Thank you. On Nov 23, 9:13 am, Dilip Pandey wrote: > Hi Bob, > > This seems to be interesting to me.  Would you mind providing some > sample data with the the indicative result which you want to

$$Excel-Macros$$ Nonlinear Regression Analysis

2010-11-22 Thread Bob
Good afternoon, I have a fairly large data set (roughly 7,000 samples) on which I would like to run some nonlinear regression analysis. I'm fully capable of using the Data Analysis Toolpak and running the linear analysis there, but unless I'm totally missing it, there doesn't seem to be a method