$$Excel-Macros$$ Re: Macro to insert additional row in previous record with new information

2009-10-12 Thread Hassan Tariq
its not working, is it possible i can send you the data sheet On Oct 12, 7:10 pm, Paul Schreiner wrote: > ok... I'm not sure what happened to my last email, > but I'll try again... > > I threw this together. > > It saves the email addresses into a "Dictionary Object". > (I like using them becau

$$Excel-Macros$$ Re: Name Matching In Excel

2009-10-12 Thread Dilip Pandey
Hi Michael, Actually, if the name of sheet 2 is matching in the list in Sheet 1, then I am saying as "Found". Further to this, I have fetched those names which are matched considering full name and only the first name. Please look at the attached file for further understanding. Best Regards, --

$$Excel-Macros$$ Re: Write numbers in word

2009-10-12 Thread Dilip Pandey
Hi Rajeev, Attached solution is customized to meet your requirements as well. Best Regards, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On 10/10/09, Rajeev Nandan wrote: > > Hi Mr.Dilip, > I want to writ

$$Excel-Macros$$ Re: Write numbers in word

2009-10-12 Thread Dilip Pandey
Hi Zaheer, Solution is enhanced to accommodate the requirement and attached herewith. Thanks. -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On 10/10/09, ~ Z A H E E R ~ wrote: > > Hi Dilip, > > Thanx for yo

$$Excel-Macros$$ Re: Need help in Excle macro

2009-10-12 Thread RolfJ
If you are REALLY concerned about the users of your workbook using specific commands you could also turn them off by using the OnKey method in the Workbook_Open event handler. Here's the code on how to do that for "CTRL+X": Private Sub Workbook_Open() Application.OnKey "^{x}", "" End Sub Che

$$Excel-Macros$$ How to close vbproject while the workbook is closed.

2009-10-12 Thread Rock
Hi, I have prepared a macro to get the report done using dao object. what the macro is doing, it is getting data from the same workbook using DAO object from different sheet using SQL. Every thing goes well but the problem comes when I closed the final report in excel application, the VB project

$$Excel-Macros$$ Re: Managing decimal places

2009-10-12 Thread RolfJ
As long as you DON'T try to do any calculations with cell B5 (for the reason explained by Paul) you would use the following formula in cell B5: =IF(B1="USD K",CONCATENATE("USD ",TEXT(B11,"#,###")),CONCATENATE("INR ",TEXT(B10,"#.#"))) If you do need to do calculations with the value in cell B5 I

$$Excel-Macros$$ Re: filtering dates within this week

2009-10-12 Thread RolfJ
If you don't have Excel2007 it gets a bit more complicated. Here is one way to accomplish what you would like to do (for the sake of simplicity I am assuming that your dates are in column A, and that column B can be used as helper column and that you have a header in the first row (cell A1)): Ste

$$Excel-Macros$$ Where can I learn about ActiveX Libraries?

2009-10-12 Thread Tony Bender
I have an Excel based application that references Microsoft ActiveX Data Objects 2.8 Lib. I am about to push this application out to multiple users within our company, but some of them only have Microsoft ActiveX Data Objects 2.5 Lib. Will my application run properly if a user has an older versi

$$Excel-Macros$$ excel 2007 test score

2009-10-12 Thread massy
hello, hope you can help,have a worksheet with 2 sheets,class,table.in m1:r1 subject headings and m2:m8 will be pupils names and test scores for that class subject, same for rest with different names for different subjects.anyhow i will have a2:f2 poulated randomly from the lists in m2:r8 ei(a2 wi

$$Excel-Macros$$ Re: Finding a word within a range

2009-10-12 Thread Paul Schreiner
I don't think I can do it using "standard" Excel functions. but I threw together this function: Option Explicit Public Function Find_Str(Search_Text, Data_Array As Range)     Dim Data, fflag     fflag = False     For Each Data In Data_Array     If (UCase(Data.Value) = UCase(Search_Text)) Then

Fwd: $$Excel-Macros$$ Running Mecro automatically

2009-10-12 Thread Harmeet Singh
Thanks & Regards, Harmeet Singh Sent via BlackBerry Wireless -- Forwarded message -- From: Harmeet Singh Date: Mon, Oct 12, 2009 at 7:28 PM Subject: Re: $$Excel-Macros$$ Running Mecro automatically To: Manish Pansari Here u go Thanks & Regards, Harmeet Singh Sent

$$Excel-Macros$$ Re: heyerlinking many cells

2009-10-12 Thread RolfJ
If I correctly understand Nader's requirement he would like to hyperlink each cell in one sheet to the corresponding cell in a second sheet (not all cells to cell A1 of the second sheet). I am not aware of a simple copy and paste route that would accomplish that, but can offer the following macro

$$Excel-Macros$$ Pdf Password

2009-10-12 Thread Umesh Dev
Hi All, Can some body help me in cracking a PDF password. I have down loaded a PDF file which is zipped and has a password. I have also downloaded a password cracker also, but I am unable to unzip the file. The password cracker can crack the password only in the PDF file. Please Help Me Rega

$$Excel-Macros$$ Finding a word within a range

2009-10-12 Thread Joao
Hi, I have a rectangular range of cells, each one with one word. I have several rows with words and I would like to find if these words match one of the words in the range, and if positive, in which cell of the range. How can I accomplish this ? (if only with functions the better) Thanks/Brgds

$$Excel-Macros$$ Re: PDF password CRACKER

2009-10-12 Thread vikas gupta
you can use the software Elcomsoft Advanced PDF Password Recovery v4.00 from website vikas gupta On Wed, Sep 30, 2009 at 9:47 PM, Mog Obahor wrote: > > send it to me vivek I will help u crack it. > > On 9/30/09, vivek agrawal wrote: > > Hi There.. > > > > I have downloaded a pdf file which i

$$Excel-Macros$$ Multiples eMails through Excel with attachment

2009-10-12 Thread haresh Kumar herwani
Following code was sent by someone in one of the group emails recently. I want to send attachment to multiple people, one at a time, using excel lists and path info. please modify the below code for this. regards Haresh Sub SendMail() Dim objOut As Outlook.Application Dim objMail As Outlook.

$$Excel-Macros$$ Re: Plz Help

2009-10-12 Thread Hemant Hegde
Hi Prashant Please find the attached solution Hemant Hegde 2009/10/11 Prashant Bhawar > > Plz help here i attached a problem file with required ans. plz help me > -- > Warm Regard > > Prashant Bhawar > > ( CA Final ) > > > > -- Hemant Hegde --~--~-~--~~~---~--

$$Excel-Macros$$ Re: Macro to insert additional row in previous record with new information

2009-10-12 Thread Paul Schreiner
ok... I'm not sure what happened to my last email, but I'll try again... I threw this together. It saves the email addresses into a "Dictionary Object". (I like using them because they are very fast) It then determines the last entry in the Data sheet and works it's way backwords, looking for th

$$Excel-Macros$$ Re: Macro to insert additional row in previous record with new information

2009-10-12 Thread Paul Schreiner
yes, it's possible. the question is: how do you identify the beginning of the "customer record"? What I would do is: Read the email addresses from the second sheet and store them (by customer ID) in a "Dictionary Object". then, set up a loop that starts at the LAST row and works backward (store

$$Excel-Macros$$ Macro to insert additional row in previous record with new information

2009-10-12 Thread Hassan Tariq
A database of customers includes complete information except the email addresses. A new sheet "sheet 2 " is added with Email Addresses in one column "b" with Unique Customer Code in Column "A". Records for some customers use 2 rows and some use more rows. Printing size restricts addition of c

$$Excel-Macros$$ Re: Running Mecro automatically

2009-10-12 Thread Harmeet Singh
*Below code will help* * * *Sub waitt()* *For i = 1 To 5 'will run 5 times* *'ur code* *Application.Wait Now + TimeValue("00:00:05") '''will wait for 5 seconds* *Next* *End Sub* Thanks & Regards, Harmeet Singh Sent via BlackBerry Wireless On Sun, Oct 11, 2009 at 2:29 PM, Manish

$$Excel-Macros$$ Re: Cap Gains calculation on shares, on FIFO basis

2009-10-12 Thread prabhakar jain
thanks tushar On Sat, Oct 10, 2009 at 10:43 PM, tushar patki wrote: > Hi Prabhakar, > > The transactions pertaining to capital gains are not so straight forward, > say for eg whether the STT is paid on the same or what about the exemptions > available etc. There may be many other angles attached