$$Excel-Macros$$ RE:Security IAM Enginee//C2C//OH //100% REMOTE!!!!

2020-07-01 Thread AVINASH Naidu
ving and organizational skills • Java and JavaScript experience highly preferred *Thanks & Regards*   *Avinash* * USM SYSTEMS | 14175 Sullyfield Cir, #400, Chantilly, VA 20151* 703-794-5762*avinashn**@usmsystems.com* *www.usm* <http://www.usmsystems.com/> RE:Securi

$$Excel-Macros$$ Timing calculation

2015-09-10 Thread Avinash Singh
Dear Concern, Please find the attached excel file and get me solution regarding difference between timing. Thanks. -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussex

$$Excel-Macros$$ Friday to Thursday tracker formula required.

2015-06-07 Thread Avinash
attached excel for your reference and better understanding , with 3 different sample dates. Regards, Avinash -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel

$$Excel-Macros$$ Re: Copy Paste Macro

2015-04-14 Thread Avinash
> On Saturday, March 28, 2015 at 9:14:11 PM UTC+5:30, Avinash wrote: >> >> Hi Experts, >> >> i want a macro which can copy data from another application to excel. >> >> below is the code which i am trying to use. i dont have any workbook to >> expla

$$Excel-Macros$$ Copy Paste Macro

2015-03-28 Thread Avinash
eys SendString, True Exit Do End If Loop End Sub Please help me everyday i am spending 5-6 hrs to do this job (alt + tab, copy one row, paste in to excel, again alt tab, copy second row, alt tab, paste in to excel row by row) Thanks in Advanced. Regards, Avinash --

$$Excel-Macros$$ Copy data from other application to excel.

2015-03-26 Thread Avinash
eys SendString, True Exit Do End If Loop End Sub Please help me everyday i am spending 5-6 hrs to do this job (alt + tab, copy one row, paste in to excel, again alt tab, copy second row, alt tab, paste in to excel row by row) Thanks in Advanced. Regards, Avinash --

$$Excel-Macros$$ Copy Data from another application to excel.

2015-03-26 Thread Avinash
eys SendString, True Exit Do End If Loop End Sub Please help me everyday i am spending 5-6 hrs to do this job (alt + tab, copy one row, paste in to excel, again alt tab, copy second row, alt tab, paste in to excel row by row) Thanks in Advanced. Regards, Avinash --

$$Excel-Macros$$ Need help - Need Help Inserting Single of double quotes into strings in vba...

2013-12-29 Thread Avinash Kumar Mahato
I really need your help in this query Expecting output is *"NeedHelp"* I have already tried below vba codes for this, but these are not working so can you please provide any other solution. 1. Dim MyVar As String = ""NeedHelp"" 2. Dim MyVar As String = """NeedHelp""" 3. Dim MyVar As String =

$$Excel-Macros$$ week selection by criteria

2013-10-16 Thread Avinash
hi all, i want criteria based week selection attached is the excel sheet for better understanding. Regards, Avinash -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com

Re: $$Excel-Macros$$ Periodic Formula help

2013-10-02 Thread Avinash Patil
Awesome man it's working thanks a TON! Regards, Avinash Sent from my iPhone On Oct 2, 2013, at 2:03 PM, ashish koul wrote: =IF(B3=1,"PR -1 ",IF(AND(MOD(B2,4)=0,MOD(B3,4)<>0),"PR - "& RIGHT(E2,LEN(E2)-4)+1,E2)) On Wed, Oct 2, 2013 at 1:43 PM, Avinas

Re: $$Excel-Macros$$ Periodic Formula help

2013-10-02 Thread Avinash Patil
logic you have used to mark them as PR1 - PR -2 On Wed, Oct 2, 2013 at 3:09 AM, Avinash wrote: > Hi all, > > can anyone please help me to get periodic calculations. > > attached is the sheet for your better understanding. i want same value > highlighted in yellow by formula. &

$$Excel-Macros$$ Periodic Formula help

2013-10-01 Thread Avinash
Hi all, can anyone please help me to get periodic calculations. attached is the sheet for your better understanding. i want same value highlighted in yellow by formula. Regards, Avinash -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join

$$Excel-Macros$$ multiple user register - macro

2013-05-13 Thread Avinash
please help me for to achieve this. Regards. Avinash -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor

$$Excel-Macros$$ Same Excel file and diffrent format

2012-09-24 Thread Avinash Daga
I am sharing a spread sheet in excel 2007 (.xlsx) format with one my colleague and it is automatically getting formatted at his end. Does anybody has any idea about that? Thanks for your help in advance! Avinash Daga -- Join official facebook page of this forum @ https://www.facebook.com

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
sheet one by one and select the range then next sheet but not using loop and thanks for letting me know about the cells references it was great information for me and now i will definitely try make change in my existing macro. regards, Avinash On Friday, July 6, 2012 9:07:39 PM UTC+5:30, Don

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
thanks don but what if the sheets name are in M column and range names are in N column??? Regards, Avinash On Friday, July 6, 2012 9:00:40 PM UTC+5:30, Don Guillett wrote: > > And, if as shown you want the cells populated with the name in col A, > NO selections are necessary or

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
hi don thanks for your help and sorry for i was not able to explain my requirement but can u please explain me how this code is working and what if the range table which is mentioned in A and B column is in M and N column??? what will be the code??? Regards, Avinash On Friday, July 6, 2012

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-06 Thread Avinash
Hi rajan it is not working i am getting this error "Subscript out of range" Regards, Avinash On Friday, July 6, 2012 6:16:27 PM UTC+5:30, Rajan_Verma wrote: > > Use this: > > > > Sub SelectRange() > > > > Dim WksSheet As Range > >

Re: $$Excel-Macros$$ help regarding range selection from worksheet

2012-07-05 Thread Avinash
e("a2").Value).Range(Range("b2").Value).Select > End Sub > > > > On Thu, Jul 5, 2012 at 10:47 PM, Avinash wrote: > >> Hi all, >> >> i want help regarding range selection from worksheet. >> >> i have created 1 macro to select speci

$$Excel-Macros$$ help regarding range selection from worksheet

2012-07-05 Thread Avinash
like *Sheet Name* *Defined Range* Sheet1 C7:BS37 Sheet2 C8:BS37 Sheet3 C9:BS37 Sheet4 C10:BS37 and it should use range from worksheet not from macro module i hope u understand what i am trying to tell u guys. please help me on this Regards, Avinash -- FORUM RULES (986+ members already

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
Thanks Don , But i am not able to understand this that is the reason i am asking for help. Regards, Avinash On Monday, June 18, 2012 8:57:26 PM UTC+5:30, Don Guillett wrote: > > http://oreilly.com/pub/h/2607 > > Don Guillett > Microsoft MVP Excel > SalesAid

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
Thanks Don , But i am not able to understand this that is the reason i am asking for help. Regards, Avinash On Monday, June 18, 2012 8:57:26 PM UTC+5:30, Don Guillett wrote: > > http://oreilly.com/pub/h/2607 > > Don Guillett > Microsoft MVP Excel > SalesAid

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
% completed*. *it should not complete before any step finished* it should load as per the step are getting completed. Regards, Avinash On Monday, June 18, 2012 6:29:01 PM UTC+5:30, Rajan_Verma wrote: > > See the attached file > > > > * * > > *Regards* > > *Rajan

Re: $$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-18 Thread Avinash
Thanks Manoj for you help. But i want progress bar macro formatting macro i already have i have mentioned sample macro code not my actual code. Regards, Avinash On Monday, June 18, 2012 11:05:34 AM UTC+5:30, Manoj Kumar wrote: > > Dear Avinash. > > > Sub gg() > > For

$$Excel-Macros$$ Progress Bas for macro status - Help Required

2012-06-17 Thread Avinash
Dear Experts, I have 1 workbook and there are 10 subsheets in that workbook. i have created 1 macro to format those 10 subsheets. every sheet does have different formatting e.g. sheet 1 bold text for row 1 and and sheet 2 bold italic text for row 2. so now i want macro to show the progress bar (

$$Excel-Macros$$ Folder access Logger.

2012-06-11 Thread Avinash
to get this done. Regards, Avinash -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered

Re: $$Excel-Macros$$ Unique value formula required

2012-06-01 Thread Avinash
Hi NOORAIN, Thanks for your help man both the formula and macro works fine. you are just awesome man simply great only 5 lines of code and doing exceptional task. salute for your logic and your knowledge. not just words ! :) simply great. Regards, Avinash On Friday, June 1, 2012 11:17

$$Excel-Macros$$ Unique value formula required

2012-06-01 Thread Avinash
Hi Excel's, I want to retrieve unique records from the data. 1st preference will be formula. otherwise if anyone can help me with the macro or function will also welcome. please find attached sheet for better understanding. Regards, Avinash -- FORUM RULES (986+ members already B

Re: $$Excel-Macros$$ Week Ending formula help.

2012-04-21 Thread Avinash
Thanks Andy, It works very well. Thanks thank you so much...! Regards, Avinash On Sunday, April 22, 2012 12:18:50 AM UTC+5:30, Andy wrote: > > Dear Avinash, > > My mistake.. I forgot I am using Excel 2010 and shd have been careful. > > Looks like the part of the form

Re: $$Excel-Macros$$ Week Ending formula help.

2012-04-21 Thread Avinash
Thanks Andy, I saw the sheet which u have attached and the results also but when i tried to press enter to that cell it is automatically showing me ( #NUM!) error message i don't know what is the issue i am using excel 2007. Please help regards, Avinash. On Saturday, April 21, 2012

RE: $$Excel-Macros$$ Re: Arry Formula help

2012-03-26 Thread Avinash
thank you so much ASA. thanks for all your help. -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not

Re: $$Excel-Macros$$ Re: Arry Formula help

2012-03-24 Thread Avinash
, Avinash. On Saturday, March 24, 2012 7:26:14 PM UTC+5:30, Asa R. wrote: > > Avinash my friend, > > My pleasure. > > > > *As to the formula for C2…* You should get the same result for formula #1 > and formula #3. The downside with those is that they refer to the &g

$$Excel-Macros$$ Saving Excel Macro file to Xls format

2012-03-13 Thread Avinash Daga
How can I save excel macro file (.XLSM) file to XLS format? and macro still working in that file? Thanks and Regards, Avinash Daga -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help

$$Excel-Macros$$ formula help

2012-03-07 Thread Avinash
hi all can anyone help me to get the desired result in this sheet i have attached the sheet please see the attachment for better understanding. Regards Avinash -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please

$$Excel-Macros$$ Re: sheet updation macro

2012-02-29 Thread Avinash
is to true so that it may change but it is not usefull when i am manualy entering TRUE it is changing but when i click on the chek but it is not changing so i request all you masters please help. Regards, Avinash On Tuesday, February 28, 2012 8:20:11 PM UTC+5:30, Avinash wrote: > > Dear Ex

$$Excel-Macros$$ sheet updation macro

2012-02-28 Thread Avinash Patil
stead of true i want date and time to come in this format (m/d/ h:mm AM/PM) can anyone please help me to get this done by macro or something in this regards. -- Thanks and Regards, Avinash Patil "Love does not happen its a choice. Its not magic or fate, but it is when a person

$$Excel-Macros$$ Please Help me to create summary and Macro.

2012-02-01 Thread Avinash Patil
t; See attached that eliminates the need for Hyperlinks > Look in the ThisWorkbook module and the sheet module > > Don Guillett > SalesAid Software > dguille...@gmail.com > > From: Avinash Patil > Sent: Monday, January 30, 2012 9:09 AM > To: excel-macros@googlegroups.com >

Re: $$Excel-Macros$$ Please Help me to create summary and Macro.

2012-02-01 Thread Avinash Patil
t; See attached that eliminates the need for Hyperlinks > Look in the ThisWorkbook module and the sheet module > > Don Guillett > SalesAid Software > dguille...@gmail.com > > From: Avinash Patil > Sent: Monday, January 30, 2012 9:09 AM > To: excel-macros@googlegroups.com >

Re: $$Excel-Macros$$ Please Help me to create summary and Macro.

2012-01-29 Thread Avinash Patil
yes dilip, i guess u r right. i want the results as per the results highlighted in red border. and hyperlink format in red font. regards, Avinash On Sun, Jan 29, 2012 at 12:31 PM, Dilip Pandey wrote: > Hi Avinash, > > Not entirely getting your point. > Please confirm if you ne

$$Excel-Macros$$ Urgent Help needed-Dashboards

2011-07-21 Thread Avinash Patil
signs, Regards, Avinash -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/group

Re: $$Excel-Macros$$ Counting words or letters

2011-02-04 Thread Avinash Daga
t;><><><><><><><><><><><><><><><> > Like our page on facebook , Just follow below link > http://www.facebook.com/discussexcel > -- Thanks and Regards, Avinash Daga Sr. Analyst,CMG Mortgage Industr

Re: $$Excel-Macros$$ Query - How To Find out Month

2010-07-07 Thread Avinash Daga
; HELP US GROW !! > > We reach over 7000 subscribers worldwide and receive many nice notes about > the learning and support from the group.Let friends and co-workers know they > can subscribe to group at > http://groups.google.com/group/excel-macros/subscribe > -- Thanks and Regards, Avin

$$Excel-Macros$$ Re: Alternative to Activate?

2008-09-11 Thread avinash verma
Using "Application.Screenupdating = False " will disable the Screen flickering. you can enable after the loop. Also, I using ActiveCell for time consuming tasks. there are alternatives like With Selection etc.. if you could post more details or the code snippet, we can suggest more. On Thu, Sep 11

$$Excel-Macros$$ Re: Help in "Dim" in Macros

2008-09-04 Thread avinash verma
Its variable declaration On Thu, Sep 4, 2008 at 10:46 AM, Arjunm1984 <[EMAIL PROTECTED]> wrote: > > Hi, > > I am new to creating Macros in Excel.. > Can someone please let me know how and what is Dim function while > creating Macro's ? > > Regards, > Arjun > > > > --~--~-~--~~---

$$Excel-Macros$$ Re: make cell jump to another sheet

2008-09-04 Thread avinash verma
You can create hyperlink in the cell. And point it to the area you want to highlight. Just google "How to create Hyperlinks in Excel" you will get enough information On Wed, Sep 3, 2008 at 5:00 PM, bpatton <[EMAIL PROTECTED]> wrote: > > I have my first page in soffice/excel the contains a manager

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

2008-09-04 Thread avinash verma
You can use a reference cell, Set its value to FALSE when you switch the calculation mode to Manual. Create a Sheet change macro, and check if the value is FALSE > Prompt yo user that Calculation mode is Manual > Press F9 On Wed, Sep 3, 2008 at 4:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote:

$$Excel-Macros$$ Re: chart object identification

2008-08-31 Thread avinash verma
Below is a smaple snippet that shows how to use -- to select the properties For Each chrt in ActiveSheet.ChartObjects chrtName = chrt..Parent.Name ' chrt name if chrtName = "Chart1" then chrt.delete end if Next --- to set other properties With ActiveSheet.ChartObject