$$Excel-Macros$$ Re: charts to powerpoint

2009-03-09 Thread Ashish Jain
Hi Hari, Incomplete Code. Code for *CopyChartToPowerPoint* Macro Missing. Regards Ashish Jain On Mar 11, 10:59 am, "hari" wrote: > Hi All, > > I have a problem of inserting 6 charts from a excel sheet to slide in power > point. The effort is doing for almost 58-60 slides in a similar fashion.

$$Excel-Macros$$ Re: Download #1: World's Major Stock Exchanges Tracker

2009-03-09 Thread Ashish Jain
Hi Friends, Quite Amazing - No feedbacks !! For more tips, tricks, downloads and problem solutions: visit --> http://www.excelitems.com Regards *Ashish **Jain* Analyst, CSC Australia Microsoft Certified Application (Excel)

$$Excel-Macros$$ Re: Copy & Paste the Data in the active cell to an Ebay search box

2009-03-09 Thread Ashish Jain
Hi Dave, It's possible and have posted the solution of your problem here. Solution - http://www.excelitems.com/2009/03/access-search-engines-on-browser.html For more tips, tricks, downloads and problem solutions: visit --> http://www.excelitems.com ---

$$Excel-Macros$$ Re: VBA Addin password recovery- Please can someone help me ?

2009-03-09 Thread saravanan
Thanks C.Saravanan _ From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Harmeet Singh Sent: Monday, March 09, 2009 3:38 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Re: VBA Addin password recovery- Please can someone help me ?

$$Excel-Macros$$ Copy & Paste the Data in the active cell to an Ebay search box

2009-03-09 Thread Dave K
Is there code that could perform the following: 1. Copy the data that lies in the active cell 2. Go to an open window (in explorer or mozilla) of www.ebay.com (or open an entirely new window of ebay.com, if that makes it easier) 3. Paste the data into the search box at www.ebay.com (which by defa

$$Excel-Macros$$ Re: VBA Form Auto Sizing

2009-03-09 Thread kanwal_no1
Hi Ashish, I still need some help with that On Mar 8, 5:18 am, Ashish Jain <26may.1...@gmail.com> wrote: > Ya Kanwal - I've received your file. > > On Mar 7, 2:41 am, kanwal_no1 wrote: > > > Hi Ashish, > > > Have you got the file ? > > > Regards > > Kanwaljit --~--~-~--~~-

$$Excel-Macros$$ Re: For Each loop creates 1004 error

2009-03-09 Thread tiggyboo
Interesting, the only way I could make this work was to change: For Each r In Worksheets("sheet1").Range(Cells(3, 4), Cells(totalRows, 4)) to this: For Each r In Worksheets("sheet1").Range(Worksheets("sheet1").Cells(3, 4), Worksheets("sheet1").Cells(totalRows, 4)) I.e., had to fully qualify th

$$Excel-Macros$$ Create a macro

2009-03-09 Thread aquaflow
CustNot1 t2 t3 t4 t_date t_time 35995 0 0 0 300 2008152 4159 35995 0 0 0 303 2008152 4159 35995 20 0 120 226 2008152 8849 35995 0 0 0 0 2008152 9080 35995 1 0 2

$$Excel-Macros$$ Re: Fwd: Creating Expiry Date for Macro or VB Script

2009-03-09 Thread sarfaraz ahmed
Hello, You try putting declare dtexpire as date let dtexpire = 'your macro expiry date' if dtexpire < = date then your macro code here else msgbox "macro date expired contact developer" endif Regards, Sarfaraz Ahmed http://findsarfaraz.blogspot.com On Sun, Mar 8, 2009 at 10:10 AM, Ai

$$Excel-Macros$$ Re: VBA Addin password recovery- Please can someone help me ?

2009-03-09 Thread Harmeet Singh
Password is 1 On Mon, Mar 9, 2009 at 9:05 AM, saravanan wrote: > Hi All, > > > > Please help me with below mail > > > > Thanks > > C.Saravanan > > > -- > > *From:* saravanan [mailto:encubus101...@gmail.com] > *Sent:* Friday, March 06, 2009 9:52 AM > *To:* 'excel-mac