Re: $$Excel-Macros$$ NEED MACRO FOR CITRIX

2018-02-12 Thread suresh k
Any macro man in this group know how to write code to access the application inside citrix. On 12-Feb-2018 7:58 PM, "suresh k" wrote: > Hi All, > > Anyone knows how to write macro to activate applications inside citric. > > Let me know if any useful links on same. > > Regards > Suresh > > -- > A

$$Excel-Macros$$ Re: Need Help in IF formula

2018-02-12 Thread GENIUS
-- 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 thread titles, like Please Help, Urgent, Need Help, For

Re: $$Excel-Macros$$ Re: Auto highlight Row/Column of Active Cell...

2018-02-12 Thread Bé Trần Văn
Right click on the name sheet, then paste the following code. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Cells.Interior.ColorIndex = 0 Target.Interior.ColorIndex = 40 End Sub 2018-02-12 15:02 GMT+07:00 who : > Sorry for the previous post. It works, but also contains so

$$Excel-Macros$$ NEED MACRO FOR CITRIX

2018-02-12 Thread suresh k
Hi All, Anyone knows how to write macro to activate applications inside citric. Let me know if any useful links on same. Regards Suresh -- 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.f

$$Excel-Macros$$ Re: Auto highlight Row/Column of Active Cell...

2018-02-12 Thread who
Sorry for the previous post. It works, but also contains some experimental code which is no necessary, but I think you will see this when you try it out and will be able to fix this. If you do not see how to fix it, post and I will edit and repost. It is just pretty late here, after midnight and