$$Excel-Macros$$ Re: Message Box

2009-04-15 Thread Dave Bonallack
Hi Steve, I think the simplest way would be a two-step approach, something like: A = MsgBox("Do you want to enter a date?", vbYesNo) If A = vbYes Then B = InputBox("Enter Date") End If You may want to error trap for a non-date entry. Regards - Dave. Date: Thu, 16 Apr 20

$$Excel-Macros$$ Re: Message Box

2009-04-15 Thread Darshan Amreliya
u can use input box for entring a date while running macro On 4/16/09, Steve wrote: > > > Hi, > > I need to insert a message box in the middle of a macro that will > request the user to enter a "Start Date" or give them the option to > skip it and > let the macro continue running. Any help would

$$Excel-Macros$$ Message Box

2009-04-15 Thread Steve
Hi, I need to insert a message box in the middle of a macro that will request the user to enter a "Start Date" or give them the option to skip it and let the macro continue running. Any help would be deeply appreciated. Thanks, Steve --~--~-~--~~~---~--~~ -

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread Dave Bonallack
Hi Surya, As long as your data is in the format provided in your sample file, the solution in the attached will be ok. Regards - Dave. Date: Wed, 15 Apr 2009 12:59:11 +0530 Subject: $$Excel-Macros$$ Color Conditional Formatting From: suryaprasad...@gmail.com To: excel-macros@googlegroups.co

$$Excel-Macros$$ Re: LEARNING EXCEL

2009-04-15 Thread rspowell
Rahul -- There is an area on my web site to help you begin ... Getting to Know VBA www.beyondtechnology.com/vba.shtml -- particularly for you ... Beyond that, I can recommend anything written by John WALKENBACH ... he does an excellent

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread god is gr8 i love u
Hi I want excel dumps for certification advance excel 2007 plz help me??? On Wed, Apr 15, 2009 at 9:58 PM, Harmeet Singh wrote: > Formula dekh ke chakar aa gaye.hahahahaa > I must say awesome work. > Cheers. > > On Wed, Apr 15, 2009 at 8:33 PM, Dilip Pandey wrote: > >> Hi Surya, >>

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread Harmeet Singh
Formula dekh ke chakar aa gaye.hahahahaa I must say awesome work. Cheers. On Wed, Apr 15, 2009 at 8:33 PM, Dilip Pandey wrote: > Hi Surya, > > Please find the solution attached. I have tested it also and it is working > fine. > > Note: You may find that some of the time entered by you i

$$Excel-Macros$$ Re: Locking of cells after macro has run

2009-04-15 Thread Paul Schreiner
First of all, we'd need to see the code to give an accurate assessment. There are several techniques that can be used to change the cell height. The technique you selected could be the culprit. Second... you say that "all the other cells on the worksheet are locked apart from this one and the shee

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread Deepak Rawat
Hi pl find the file attached, soultion is, first replace "-" with " " (space) then put a formula next to date row, that is hour(a1), it will fetch hour from the date n time part then apply conditional formatting on hour, if hour is greater then 7 then it will color the cell. regards, Deepak Rawat

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread Dilip Pandey
Hi Surya, Please find the solution attached. I have tested it also and it is working fine. Note: You may find that some of the time entered by you in the earlier rows have changed, it is because of the testing done. Thanks, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 981092974

$$Excel-Macros$$ Re: Autorun a macro on save

2009-04-15 Thread ddadmin2009
Your reasons seems to be very much valid Paul - I was just cautioning - but here you already have a check after every save - thatz really good. On 4/15/09, Paul Schreiner wrote: > > There's LOTS of reasons for wanting to do this. > Hmm... I take "exception" to ddadmin's comment > "writing a code

$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread bala
Hi, use this code Tools --> Referance Add Microsoft Internet Controls Microsoft HTML Object Library Dim brs As InternetExplorer Sub IE() Set brs = New InternetExplorer With brs .Visible = True .Navigate "http://Google.com"; End With Do While brs.Busy Or brs.ReadyState <> READYSTA

$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread santosh bahuguna
please check the attached example and let me know is that you needed thanks Regards Santosh Bahuguna On Wed, Apr 15, 2009 at 11:46 AM, kris wrote: > > Hi All, > > I have a requirement to work with internet and to enter some text, > need to select option buttons, need work with check boxes an

$$Excel-Macros$$ Locking of cells after macro has run

2009-04-15 Thread steviewood
Hello, I have a macro to reformat the height of a group of merged cells which makes up the "comments section". All the others cells on the worksheet are locked apart from this one and the sheet protected. However when the macro runs to re-format the box height, the cell becomes locked disabling t

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread ddadmin2009
http://funwithexcel.blogspot.com/2009/04/identify-cells-with-formulas-in-excel.html check the article above for color conditional formatting with an example (steps 3 and 4). Tell me your specific case so that I can tell you what to keep in the formula or cell value. On 4/15/09, Suryaprasad.bv w

$$Excel-Macros$$ Re: Color Conditional Formatting

2009-04-15 Thread Harmeet Singh
Hi Surya, See attached file. One suggetion, it would be easy to apply conditional formatting if you change the format for column A. On Wed, Apr 15, 2009 at 12:59 PM, Suryaprasad.bv wrote: > Hi Guys, > > Can any one help me on the conditional formatting . > > Cheers > Surya > > > > -- Than

$$Excel-Macros$$ Re: In Between Dates & Double Claiming

2009-04-15 Thread Harmeet Singh
Dilip, How can u read my mind. awesome.. On Wed, Apr 15, 2009 at 3:51 PM, Dilip Pandey wrote: > Rightly said Harmeet, > > Because if the file is not attached, then we have to do "Data Clensing" & > "Data Processing"... and it involves considerable time dedication, which > will ultimately res

$$Excel-Macros$$ Re: Need help to sum times data

2009-04-15 Thread Harmeet Singh
Dilip, Than a lot for saving my time. Zohair, I think u should appreciate Dilip's effort if that helped you. On Wed, Apr 15, 2009 at 4:12 PM, Dilip Pandey wrote: > On Behalf of Harmeet Sir...!! > > Hi Zohair, > > Pls find the sheet attached with the solution. There was the issue only > related

$$Excel-Macros$$ Re: How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread bala
hi, see this link : http://www.dailydoseofexcel.com/archives/2004/09/22/automating-internet-explorer/ with regards Bala On Apr 15, 11:16 am, kris wrote: > Hi All, > > I have a requirement to work with internet and to enter some text, > need to select option buttons, need work with check boxes

$$Excel-Macros$$ Re: Autorun a macro on save

2009-04-15 Thread Paul Schreiner
There's LOTS of reasons for wanting to do this. Hmm... I take "exception" to ddadmin's comment "writing a code around save is not recommended"... I use the Workbook_BeforeSave event in many of my applications. (I'm currently maintaining about 130,00 lines of VBA code!) Here's a couple of uses: 1

$$Excel-Macros$$ Re: Tip # 49 The Camera Tool in Excel

2009-04-15 Thread Paul Schreiner
Srinivas, Oh WOW.. I don't think you're getting the power of this tool AT ALL! Copy/paste makes a DUPLICATE of the data selected. The duplicate can then be modified so that it is then DIFFERENT than the original. This tool seems to act like a web-cam, in that it shows you what the area LOOKS l

$$Excel-Macros$$ Re: Tip # 49 The Camera Tool in Excel

2009-04-15 Thread shay shay
Hi Ayush, thnks for sharing this information, II am using your idea to update a table which contains employee and amounts column, here I need one more help I have a chart and I need to colour few bars if the amount is greater than 50 or 40 USD every day, and I want help where in if the table is upd

$$Excel-Macros$$ LEARNING EXCEL

2009-04-15 Thread RAHUL SUREKA
This is Rahul Kumar Sureka , I want to learn from the start the basic fumctions of excel and also MACRO's as it is useful in my job . My basic requirment is PIVOT Tables and learning Macros Could you guys please help me out of this.Waiting for your prompt reply. --~--~-~--~~---

$$Excel-Macros$$ Re: In Between Dates & Double Claiming

2009-04-15 Thread Dilip Pandey
Rightly said Harmeet, Because if the file is not attached, then we have to do "Data Clensing" & "Data Processing"... and it involves considerable time dedication, which will ultimately restrict and shorten our time that can be utilised to give solutions to others... right harmeet?? Pls attach the

$$Excel-Macros$$ Re: Macro for detect palindromes and repeats in letters/numbers string

2009-04-15 Thread Luciano Paulino da Silva
Thank you! However this is a link describing a code to create palindromes instead detect them. Luciano On 14 abr, 20:28, ddadmin2009 wrote: > check the below > linkhttp://funwithexcel.blogspot.com/2009/04/macro-to-write-mathematical-... > You might tweak or extend from there. > > On 4/14/09, L

$$Excel-Macros$$ How to insert text into textbox and click button in the internet through vba code.

2009-04-15 Thread kris
Hi All, I have a requirement to work with internet and to enter some text, need to select option buttons, need work with check boxes and to click the buttons and all. Could you please send me how to do it taking Google.com as an example. Waiting for your reply. Thanks & Regards, Krishna. --~-

$$Excel-Macros$$ Color Conditional Formatting

2009-04-15 Thread Suryaprasad.bv
Hi Guys, Can any one help me on the conditional formatting . Cheers Surya --~--~-~--~~~---~--~~ - Some important links for excel users: 1. Excel and VBA Tutorials(Video and Tex

$$Excel-Macros$$ Re: Urgent help filter macro

2009-04-15 Thread shannu shannu
havent heard, still waiting for the answer, wake up... --- On Tue, 4/14/09, shannu shannu wrote: From: shannu shannu Subject: Urgent help filter macro To: excel-macros@googlegroups.com Date: Tuesday, April 14, 2009, 10:16 AM Hi All,       Can anyone help me in creating a macro.