$$Excel-Macros$$ For Excel Book

2009-10-29 Thread khalid khan
Dear friends Please suggest me book for Excel and VBA coding thank you in advance from Khalid khan --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tut

$$Excel-Macros$$ Macro stops after refreshing external web query

2009-10-29 Thread Shuzbut
I have a sheet that refreshes from a web query. I wanted to automatically do some formatting after I refresh the data but no commands are executed after the refresh. Interestingly if I step throught the Macro in the VBA editor using F8 it works fine. The code is below Cells.Select Select

$$Excel-Macros$$ Re: macro sometimes working sometimes not!

2009-10-29 Thread RolfJ
I was able to reproduce your problem and can offer a solution, however regrettably without being able to explain why it works. Replace the section of your code that deals with the unprotecting, copying and pasting, and re-protecting: Worksheets("Computation").Range("compute").Copy

$$Excel-Macros$$ Re: copy paste while copycell is not empty

2009-10-29 Thread RolfJ
You are welcome! On Oct 28, 7:06 pm, OSAVentures Calamba wrote: > @Rolf ... Thank you very much... You were a BIG BROTHER to me, teaching me > in detailed patience how to make my first steps in walking to macros.  I > tested my codes with ALL your suggestions and it went fine. May you be > bless

$$Excel-Macros$$ Issue in changeing color in graph with conditional formating.

2009-10-29 Thread Ajith Kumar P K
Good morning all, I have a problem with the conditional formating in graph. Can we able to change the color setting in the graph with the changes in data. The attached file in Ms excel 2007. Will it be possible in Excel 2003 also. -- Thanks in advance Ajith Kumar P K --~--~-~--~~-

$$Excel-Macros$$ Can anybody merge 2 user defined lookup function, given here.

2009-10-29 Thread Mayank
Hey guys, Is it possible to merge this two user defined functions, as one function is for getting the results from the left side of the data range, this function excepts negative value in place of column index *(Vlookup(E1,D1:D100,-3,0).* *Code for this function is as follows:* Function VLOOKNEW

$$Excel-Macros$$ Count Rows Where One Cell Has Value And One Cell Is Blank

2009-10-29 Thread Dinsdale
Hello Everyone, I have a question about counting rows in a spread sheet. I thought the answer to this would be straight forward but I can't seem to get it to work the way I want. I would like to count the rows on a sheet where one cell has a value (a client number) and where another cell is blank

$$Excel-Macros$$ Web Address

2009-10-29 Thread Bill Q
Hi, The link below lists members in decending order 50 per page. Is there anyway to "capture" the web address of next page of data with regards to the address below until the last page is encountered ? http://contests.covers.com/Handicapping/topHandicappers.aspx?sportid=1 As it is now, I have t

$$Excel-Macros$$ How to do this?

2009-10-29 Thread Hemant Hegde
Hi I have an excel sheet (attached) having a table with 3 columns, "Entry Number", "Party Name" and "Amount" In the result sheet I have: 1) In the row first row: selected values from "Party Name" 2) In the first column: selected values from "Party Name" (though from the same field as the first

$$Excel-Macros$$ Re: Select Case Question

2009-10-29 Thread Paul Schreiner
No, because VBA executes "linearly". meaning that if the command: Select Case A-B is valid at the time it executes, then changes made afterward do not affect previous statements. (be sure you put some kind of loop counter on you Do..Loop to make sure that it doesn't get stuck in an infinite loop..

$$Excel-Macros$$ Re: Help with user defined function

2009-10-29 Thread Paul Schreiner
The problem is with the LOCATION of your UDF. VBA itself will look in Personal.xls and Personal.xlsb, but the Excel worksheet is NOT. If you had a sheet called "Sheet1" and another called "Sheet2", and you wanted the cell B4 of Sheet1 to display the contents of cell C10 of Sheet2, you couldn't use

$$Excel-Macros$$ Select Case Question

2009-10-29 Thread larry
Is there a proble changing the test value inside the case code? Example Do Select A-B Case <0 New A Case 0 New A New B Case>0 New B End select Loop --~--~-~--~~~---~--~~ -- Some impor

$$Excel-Macros$$ Select case question

2009-10-29 Thread larry
Is there a problem changing the test value in the case code? Example Do Select A-B Case <0 --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tutorials(V

$$Excel-Macros$$ Another intersting and useful user defined function. But need some help with it.

2009-10-29 Thread Mayank
Dear friends, here is another useful user defined function. but returns error #NAME?. please giv the solution. Function VLOOKUPNTH(lookup_value, table_array As Range, _ col_index_num As Integer, nth_value) Dim nRow As Long Dim nVal As Integer Dim bFound As Boolean VLOOKUPNTH = "N

$$Excel-Macros$$ Help with user defined function

2009-10-29 Thread Mayank
*Dear friends,* *I HAVE FOUND THIS USER DEFINED VLOOKUP FUNCTION WHICH FIND THE RESULT FROM LEFT SIDE. * *CAN ANYONE HELP WITH THIS USER DEFINED FUNCTION, DONT KNOW WHY THIS IS NOT WORKING WHEN I PASTE THIS CODE IN MODULE OF MY PERSONAL WORKBOOK. IT IS GIVING ERROR #NAME?* Function VLOOKNEW(look

$$Excel-Macros$$ Re: Need help in Pivot table

2009-10-29 Thread Mudassar Ramzan
Mahesh, See the attachment. Thanks & regards, || Mudassar Ramzan | WLL -- 061- 814-3999 | Cell -- 0321 7325277 |E-Mail: busybird1...@gmail.com | Web: http://johnplayer78.sitesled.com || This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of

$$Excel-Macros$$ Re: Need help in Pivot table

2009-10-29 Thread Hemant Hegde
Hi See attached file 2009/10/29 Mahesh > Dear Frineds, > > Please help me to solve the problem in attached sheet. > > > > > -- > With Love, > Mahesh Bisht > > > > -- Hemant Hegde --~--~-~--~~~---~--~~

$$Excel-Macros$$ How to calculate Interest Using VBA In excel

2009-10-29 Thread grlinks-karthik
I need to calculate in interest excel sheet could any one help me with? Its like insurance calculation method, user will pay premium yearly basis, Period 20 years Conditions 1.Bonus will be calculated from 4th year onwards 2. 1 year -30%, 2nd year 10%, 3 year -10% will be deduc

$$Excel-Macros$$ Re: PDF to Excel

2009-10-29 Thread Paul Schreiner
Sorry. There is no such thing as "a simple code" to copy PDF image to Excel. The problem is that the PDf file is an IMAGE format, where Excel is DATA. You might as well say:  "I took a picture with my cell phone and now I want to put it in Excel". You can BUY software that can look at the image

$$Excel-Macros$$ Need help in Pivot table

2009-10-29 Thread Mahesh
Dear Frineds, Please help me to solve the problem in attached sheet. -- With Love, Mahesh Bisht --~--~-~--~~~---~--~~ -- Some important links for excel users: 1. Excel and VBA Tut

$$Excel-Macros$$ Required: VBA Code for sending row data

2009-10-29 Thread Srinivasa Challakere
Hi All, I'm searching for VBA code wherein, if I click the macro button (form), the content of the entire row (or pre-defined range data) has to be mailed to the concerned person. for example. Sl NO.Name Sub Status Result 1. Srinivasa Math

$$Excel-Macros$$ PDF to Excel

2009-10-29 Thread Santosh
Hello Excel Geeks, I want a simple code to cody data from Pdf and paste it in a excel sheet. So any body out there to help me out Thanks Santosh Mathew --~--~-~--~~~---~--~~ -- Some i