$$Excel-Macros$$ Re: required help

2009-03-18 Thread Xebec Groups
Dear Abdul Hakim, Would you send me a file having required out with sample data? regards, Abdul Salam On Wed, Mar 18, 2009 at 1:19 PM, Abdul Hakim wrote: > > Hi Andy, > > it basically depend on some other column and i want to cover unlimited > line. > > Regards, > Abdul Hakim > KSA > > > On Ma

$$Excel-Macros$$ Re: Automatically paste contents of active cell into Webpage Search box

2009-03-17 Thread Xebec Groups
"SHDocVw" component are not installed or not registered. check components list regards On Sun, Mar 15, 2009 at 1:53 PM, Ashkaran Badlani < ashkaran.badl...@gmail.com> wrote: > Hi Team, > > > > I am also trying to do something of this sort. However when I copied this > program in my excel VB

$$Excel-Macros$$ Re: MICRO AND MACRO

2009-03-17 Thread Xebec Groups
google buddy On Mon, Mar 16, 2009 at 5:18 PM, RAHUL SUREKA wrote: > RESPECTED SIR, > MYSELF RAHUL KUAMR SUREKA. I M CURRENTLY USING > MS-OFFICE 2007.SO,PLEASE TELL ME HOW TO USE THE FUNCTION OF MICRO AND MACRO > IN EXCEL.PLEASE TELL ME THAT IS THERE IS ANY DOWNLOAD SITE FROM

$$Excel-Macros$$ Re: Data Update From Access to Excel

2009-03-17 Thread Xebec Groups
fo is reqd. > > Regards, > > Alok > > --- On *Sun, 3/15/09, Xebec Groups * wrote: > > From: Xebec Groups > Subject: Re: $$Excel-Macros$$ Re: Data Update From Access to Excel > To: excel-macros@googlegroups.com > Cc: alok_mahaja...@yahoo.com > Date: Sunday, March

$$Excel-Macros$$ Re: Data Update From Access to Excel

2009-03-15 Thread Xebec Groups
what does it mean? "The Oracle Version being used is 9i in one case and 10g in second case" On Sun, Mar 15, 2009 at 1:02 AM, Alok Mahajan wrote: > Abdul, > > The Oracle Version being used is 9i in one case and 10g in second case. > > Regards, > > Alok > &g

$$Excel-Macros$$ Re: Data Update From Access to Excel

2009-03-14 Thread Xebec Groups
> Regards, > > Alok > > --- On *Fri, 3/13/09, Xebec Groups * wrote: > > From: Xebec Groups > Subject: Re: $$Excel-Macros$$ Data Update From Access to Excel > To: excel-macros@googlegroups.com > Cc: alok_mahaja...@yahoo.com > Date: Friday, March 13, 2009, 9:37 PM > &g

$$Excel-Macros$$ Re: Data Update From Access to Excel

2009-03-13 Thread Xebec Groups
Hi, check if you have any column which tell tell you when this row is updated or changed i.e I used to have a column in my every table as " last_updated_date " if you have any column like this then apply where condition on that otherwise you need to contact your DBA for providing you a view (Query)

$$Excel-Macros$$ Re: VBA - How to be a VBA programmer

2008-09-04 Thread Xebec Groups
Thinking logically is totally depends upon oneself... yes you may improve it upto 100% or more just try to draw logic blocks (diagrams) or write in words i.e if i do this then i should be like this otherwise it need to be like this and if nothing heppen then i will move on next choice and that

$$Excel-Macros$$ Re: Controlling Excel Automatic Calculation???

2008-09-04 Thread Xebec Groups
try this Private Sub Worksheet_Change(ByVal Target As Range) If Not Target.Value Then MsgBox "data changed: " & Target.Value End If End Sub On Wed, Sep 3, 2008 at 3:39 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > Hi > > I'm trying to make a simple routine in excel VB so, when a command >

$$Excel-Macros$$ Re: merging to different sheets

2008-09-04 Thread Xebec Groups
Dear it would be better to exctly tell what you want to do of these files are these files are Leads ? On Wed, Sep 3, 2008 at 4:37 PM, A.A.A <[EMAIL PROTECTED]> wrote: > > Hi, > I have 300 excel files and another different 300. I want to merge one > from the first 300 to one from the other 30

$$Excel-Macros$$ Re: figures in minutes

2008-08-30 Thread Xebec Groups
you are welcome dear stay smart On 8/24/08, Ashish Khandelwal <[EMAIL PROTECTED]> wrote: > > > Thanks for your answer the formula is working as was required. > > > > On 8/21/08, Munson, Herb <[EMAIL PROTECTED]> wrote: >> >> If cell A1 contains the value, then I think the first expression be

$$Excel-Macros$$ Re: Form Processing

2008-08-30 Thread Xebec Groups
try this ' before copy paste this code you must draw a textbox a label and a commond button. Dim rw As Integer, cl As String Private Sub CommandButton1_Click() TextBox1.ControlSource = cl & rw Label1.Caption = cl & rw rw = rw + 1 End Sub Private Sub UserForm_Activate() rw =

$$Excel-Macros$$ Re: Help Report

2008-08-30 Thread Xebec Groups
ooglegroups.com [mailto:[EMAIL PROTECTED] > On Behalf Of Xebec Groups > Sent: Friday, August 22, 2008 11:28 AM > To: excel-macros@googlegroups.com > Subject: $$Excel-Macros$$ Re: Help Report > > i have posted a solution try that . > > On 8/21/08, Darshan Amreliya <[EMAIL PR