Re: $$Excel-Macros$$ remove empty cells

2011-04-05 Thread Nandkumar kakvipure
its work thank you sir, nandkumar On Mon, Apr 4, 2011 at 9:01 AM, STDEV(i) setiyowati.d...@gmail.com wrote: The 'real' deleting rows Sub RemoveBlankRows() ' by STDEV(i) siti Vi '-- Dim r As Long, Rng As Range Set Rng = ActiveSheet.UsedRange

$$Excel-Macros$$ Help Required to write code to find Page Count of a .htm file.

2011-04-05 Thread RKMaariappan
Hi Friends, I will usually get n number of .htm files in my day to day activities. I have to track them all with page count as my part of job. Is there any module or VBA code to find out the total number of pages in a .htm file. By RKM.. --

$$Excel-Macros$$ Sql Server y Excel VBA!

2011-04-05 Thread Julio Cesar
Hi: I need an example of Excel and Sql Server, ger records, update, delete, etc, in and from Excel. Thanks very much. Rgds, -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and

Re: $$Excel-Macros$$ Nobody is here who can do this?????

2011-04-05 Thread Divaker Pandey
Hi Karan, I will really very happy to help you. Please send your requirement in details. and the website url, from where your want to data crawled. On Tue, Apr 5, 2011 at 9:33 AM, karan 1237 karan1...@gmail.com wrote: * * ııııllıı ~ ♣ кαяαηη ♣ ~ ııııllıı -- Forwarded

$$Excel-Macros$$ Re: Can I write Chinese or Japanese language to a text file or excel sheet with the help of macro?

2011-04-05 Thread VIn@Y
To be more clear I want to write the translation of same word POP in Chinese language into text file or excel sheet but when I am writing that Chinese word 西洋勁曲 inside code it is showing junk characters. Any solution... Thanks Regards, Vinay --

Re: $$Excel-Macros$$ Sql Server y Excel VBA!

2011-04-05 Thread ashish koul
try these links http://support.microsoft.com/kb/321686 http://office.microsoft.com/en-us/excel-help/connect-to-import-sql-server-data-HA010217956.aspx http://support.microsoft.com/kb/306125 http://www.mssqltips.com/tip.asp?tip=1202 On Tue, Apr 5, 2011 at 6:44 PM, Julio Cesar

Re: $$Excel-Macros$$ File Consolidation and Data Summarization Formula Help Needed

2011-04-05 Thread ashish koul
i think my question tab is missing do you want to show the blank records if the data of the employ is missing in day also how many total employees you have On Tue, Apr 5, 2011 at 2:03 AM, John A. Smith johnasmit...@gmail.comwrote: I receive an Excel file download everyday (see Daily Workload

Re: $$Excel-Macros$$ Extract text in coordinate va cmd like applications, and send variables and keys to it.

2011-04-05 Thread ashish koul
Sub test1() Shell C:\Windows\system32\cmd.exe, vbNormalFocus 'opens CMD Application.Wait (Now + TimeValue(0:00:5)) SendKeys Sheets(1).Cells(1, 1).Value Application.Wait (Now + TimeValue(0:00:5)) SendKeys {Enter} 'enter code End Sub On Tue, Apr 5, 2011 at 4:40 AM, Squall squall.l...@gmail.com

Re: $$Excel-Macros$$ File Consolidation and Data SummarizationFormula Help Needed

2011-04-05 Thread John A. Smith
Ashish, I have attached the My Questions tab as a file by itself. Thank you for your kind help. John On Tue, Apr 5, 2011 at 12:55 PM, johnasmit...@gmail.com wrote: Ashish, There are 22 employees. I don't need any blanks if no data for an employee. If their name isn't on the list they were

Re: $$Excel-Macros$$ Ashish Koul : Most Helpful Member - March 2011

2011-04-05 Thread shannu shannu
Congrats Ashish. --- On Mon, 4/4/11, mrinal saha mris...@gmail.com wrote: From: mrinal saha mris...@gmail.com Subject: Re: $$Excel-Macros$$ Ashish Koul : Most Helpful Member - March 2011 To: excel-macros@googlegroups.com Date: Monday, April 4, 2011, 10:25 AM Ashish, You are doing such a

Re: $$Excel-Macros$$ Nobody is here who can do this?????

2011-04-05 Thread Swapnil Palande
Provide URL On Tue, Apr 5, 2011 at 9:33 AM, karan 1237 karan1...@gmail.com wrote: * * ııııllıı ~ ♣ кαяαηη ♣ ~ ııııllıı -- Forwarded message -- From: karan 1237 karan1...@gmail.com Date: Mon, Apr 4, 2011 at 3:12 PM Subject: $$Excel-Macros$$ Kind Attention :

$$Excel-Macros$$ Fwd: Available consultant's for your requirement.

2011-04-05 Thread Akshay Korgaonkar
-- Forwarded message -- From: Akshay Korgaonkar akshay.korgaon...@wisdominfotech.us Date: Wed, Apr 6, 2011 at 12:23 AM Subject: Available consultant's for your requirement. To: recruiter.aks...@gmail.com HI, Mentioned below are the list of candidates available for your

$$Excel-Macros$$ code to clear all the values at a one go

2011-04-05 Thread santosh subudhi
Hi Group, Need a code to clear the values of all the text boxes ,comboboxes in one click in a excel sheet with the name calculator -- Regards Santosh santoshkumar.subu...@gmail.com -- -- Some important links for

$$Excel-Macros$$ copy macro error

2011-04-05 Thread Jorge Marques
Hi, can someone please tell what i did wrong, this is my first macro all by myself, but it gives me a error, i made a macro where i what to copy sheet teste to sheet destino but without range, so that when i introduce new values to column A,B,C and execute the macro it copys all values to destino,

Re: $$Excel-Macros$$ Extract text in coordinate va cmd like applications, and send variables and keys to it.

2011-04-05 Thread Squall Lionheart
Hi Ashish/guys, Can you help and also give me examples to get the text in a spesific coordinate from the apps ? Btw, the send keys and the delay code works perfectly;) ~Aduh~ On Wed, Apr 6, 2011 at 7:20 AM, ashish koul koul.ash...@gmail.com wrote: Sub test1() Shell

RE: $$Excel-Macros$$ copy macro error

2011-04-05 Thread Dave Bonallack
Hi Jorge, Your workbook didn't contain any macros. Regards - Dave Date: Tue, 5 Apr 2011 23:40:56 +0100 Subject: $$Excel-Macros$$ copy macro error From: leote.w...@gmail.com To: excel-macros@googlegroups.com Hi, can someone please tell what i did wrong, this is my first macro all by myself,