$$Excel-Macros$$ move or copy define name range one sheet to another sheet vba code

2014-12-01 Thread amar takale
Dear all Pls suggest me VBA code for move or copy define name range one sheet to another sheet.Then it is helpful & time saving for me. Regards Amar -- 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 @ h

Re: $$Excel-Macros$$ Send Mail from Outlook with attachment from file path

2014-12-01 Thread Vaibhav Joshi
cheers buddy!! + *I did not do this for you. God is here working through me for you.* On Tue, Dec 2, 2014 at 11:27 AM, Abhishek Jain wrote: > Thanks a lot, Vabz. I got the work done from one of your earlier solutions. > > Best regards, > > Abhishek > > > > On Sat, Nov 29, 2014 at 11:00 PM,

Re: $$Excel-Macros$$ need help to convert this code into excel macro

2014-12-01 Thread my excel
Guruji, please send to my email id only & html & php in attached file it's my request thank you using System; using System.Collections.Generic; using System.Text; using System.Net; using System.IO; using System.Diagnostics; /* * Sample code to obtain geo codes from a cell info * "GSM/UMTS" setti

Re: $$Excel-Macros$$ Send Mail from Outlook with attachment from file path

2014-12-01 Thread Abhishek Jain
Thanks a lot, Vabz. I got the work done from one of your earlier solutions. Best regards, Abhishek On Sat, Nov 29, 2014 at 11:00 PM, Vaibhav Joshi wrote: > Pl ignore earlier, consider this > > + > *I did not do this for you. God is here working through me for you.* > > On Sat, Nov 29

Re: $$Excel-Macros$$ Querry production analysis

2014-12-01 Thread Ashish Kumar
Hi Vaibhav Bhai, It's Simple and Superb Solution. Regards Ashish -- 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

Re: $$Excel-Macros$$ need help to convert this code into excel macro

2014-12-01 Thread Vaibhav Joshi
Hi pl share us code in proper html file format instead of this code.. + *I did not do this for you. God is here working through me for you.* On Mon, Dec 1, 2014 at 1:36 PM, my excel wrote: > hi experts pls convert to vba macro > > mmc input text box > mnc input text box > lac input text b

Re: $$Excel-Macros$$ VBA : How to create array dynamically

2014-12-01 Thread Paul Schreiner
First of all, it LOOKS like you're wanting to create a two dimensional array. This is "normally" handled by something like: dim arname(3,50) Then, you'd use: arname(0,0) = "country" arname(1, 0) = "state" arname(2, 0) = "city" if you want to change an array size, you use: Redim narray(3,50)

$$Excel-Macros$$ VBA : How to create array dynamically

2014-12-01 Thread Mahesh Patil
Hello experts, 'Below code is not working. 'I need to create array of each 'element in arname() ' pls suggest solution ' arname () can have more than 100 'elements. Sub test() Dim arname() as string arname(0) = "country" arname(1) = "state" arname(2) ="city" For i= 0 T0 2 arname(i) (50) as strin

Re: $$Excel-Macros$$ need help to convert this code into excel macro

2014-12-01 Thread my excel
hi experts pls convert to vba macro mmc input text box mnc input text box lac input text box cid input text box button below code http://en.wikipedia.org/wiki/List_of_mobile_country_codes";>MCC - Mobile Country Code "> http://en.wikipedia.org/wiki/Mobile