$$Excel-Macros$$ Re: Excel Macro for Email through Outlook

2009-04-17 Thread shay shay
Hi Mahesh, Please find macro attached for mailing through Outlook. Happy Emailing Regards, Shah On Thu, Apr 16, 2009 at 9:55 PM, mahesh parab wrote: > Dear All > > I have excel sheet. This excel sheet has data for many receipnts, > I want a macro to be created so that when

$$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$$ Re: color code excel cell if a cell has a formula

2009-04-13 Thread shay shay
Dave, You can also select cont+G, click on special tab and again click on formula's tab, all cells whic contain formula's will get highlighted, you can now select the fill color option and colour the cells with your favourite colour. Regards, Shay On Tue, Apr 14, 2009 at 10:24 AM, Dave Bonallack

$$Excel-Macros$$ Re: foget password

2009-04-02 Thread shay shay
Hi Rabindra, Please find the excel where password is removed. Regards, Shay On Mon, Jan 19, 2009 at 8:23 PM, Rabindra Thapa wrote: > > > On Mon, Jan 19, 2009 at 7:23 AM, shay shay wrote: > >> please mail ur file. >> >> On Sat, Jan 17, 2

$$Excel-Macros$$ Fwd: Please let me know the answer to your sample querry. !!!its urgent!!!

2009-03-31 Thread shay shay
Hi All, this question was asked byone of our memgers, wherein as soon an excel opens it has a list of reminders and it shows as a message box to the recent date. Kindly forward me the solution as I am not able to find in my inbox. Regards, Shay --~--~-~--~~~---~--

$$Excel-Macros$$ please help me with count function !!!URGENT!!!

2009-02-04 Thread shay shay
please help me with count function -- Shay A Thinker tends to use reason and logic A feeler tends to use values and subjective Judgement. Be a Thinker in Life. --~--~-~--~~~---~--~~ Visit the blog to download Excel tutorials at http://www.excel-macros.blogspot.

$$Excel-Macros$$ Re: Selective copy of non bank cell

2009-02-02 Thread shay shay
Hello Debasish, I suggest you to follow below steps instead of macro. 1. Selct the column which contains both blanks and non blank cells. 2. Press Control+G and here u wil get various options, click Blanks and say ok, u will see that all blank cells are highlighted. 3.

$$Excel-Macros$$ Re: foget password

2009-01-18 Thread shay shay
please mail ur file. On Sat, Jan 17, 2009 at 8:08 PM, Rabindra Thapa wrote: > i protected by password on my working files but after long time when i > try to open it , i can't please advise me how to open my files. > > > > -- Shay A Thinker tends to use reason and logic A feeler tends to us

$$Excel-Macros$$ is there any Filter macro

2009-01-08 Thread shay shay
Hi All, can any one help me with a filter macro which will filter the all the invoices based on monthly basis like jan , feb etc and I also want to cretae pivot as well as chart togethere and this pivot and chart shd update automatically. -- Shay A Thinker tends to use reason and logic

$$Excel-Macros$$ Re: Mail merge activity from excel to Outlook!!! URGENT!!!!!

2009-01-06 Thread shay shay
Hello Ken, After replacing microsoft with my company name then also i am facing an error which is "the sendusing configuration value is invalid" Regards, Shay On Tue, Jan 6, 2009 at 5:48 PM, shay shay wrote: > Hello Ken, > > I am still facing the broblem. I

$$Excel-Macros$$ Re: Mail merge activity from excel to Outlook!!! URGENT!!!!!

2009-01-06 Thread shay shay
://schemas.microsoft.com/cdo/configuration/smtpserverport";) = 25 > .Update > End With > > With iMsg > >Set .Configuration = iConf >.To = strTo > ' .CC = strCC > ' .BCC = strBCC >.from = strFrom >

$$Excel-Macros$$ Re: Mail merge activity from excel to Outlook!!! URGENT!!!!!

2009-01-05 Thread shay shay
; .Send > End With > Next i > MsgBox "All Mails Sent succfully" > > Application.ScreenUpdating = True > Application.DisplayAlerts = True > > End Sub > > > > On Jan 5, 10:13 am, "shay shay" wrote: > > Hello All, > > > >

$$Excel-Macros$$ Mail merge activity from excel to Outlook!!! URGENT!!!!!

2009-01-04 Thread shay shay
Hello All, I have an excel sheet and it contains 800 client names in column A, I want to mail these 800 clients using outlook, is there any way where in I can create a macro which automatically mails these people as soon as I open the excel sheet. its similar to mail merge activity bu