$$Excel-Macros$$ VBA macro to read website using internet explorer

2014-02-26 Thread Aashish Watve
Hi All, I am using a VBA macro to access or update a external internet page using internet explorer. The internet explorer is opened in the background and then the site is opened. However, in recent Internet explorer versions, if I access a new page, the internet explorer goes offline and request

$$Excel-Macros$$ VBA macros and Windows OS language

2014-02-24 Thread Aashish Watve
Hi All, I have a excel file containing various macros that provide access to the file after everyone enters their login credentials. These login credentials are included in the hidden worksheets. This file would be used by my colleagues across the world. Now my colleagues in Germany would be usin

Re: $$Excel-Macros$$ Re: Email Trigger ?

2013-10-08 Thread Aashish Watve
Hi Bill, For your question about Enable Reference. In VBA window, where your VBA code is, under Tools menu you will find this option. Basole, I am still struggling to make this code work (without using Outlook). I still get the error "transport failed to connect to the server". Regards, Aa

Re: $$Excel-Macros$$ charting without data?

2013-08-04 Thread Aashish Watve
There are tools available to pick-up/trace points on a picture of a plot. One such tool is Enguage Digitizer (http://digitizer.sourceforge.net/). It is free and quite useful. Many engineers use it to convert a old research chart into numbers so that they can compare latest results with the old one

Re: $$Excel-Macros$$ Re: Preventing opening a macro enabled excel file to be opened in OpenOffice or Similar opensource products

2013-08-01 Thread Aashish Watve
ou really want to prevent your code then go for COM > addin Using VSTO. > > > On Wednesday, 31 July 2013 23:58:25 UTC+5:30, Aashish Watve wrote: >> >> Dear All, >> >> I have a very particular question. Is there a way to prevent opening a >> macro enabled excel

$$Excel-Macros$$ Preventing opening a macro enabled excel file to be opened in OpenOffice or Similar opensource products

2013-07-31 Thread Aashish Watve
Dear All, I have a very particular question. Is there a way to prevent opening a macro enabled excel spreadsheet being opened in OpenOffice products? One method suggested on some other forum was to check if the file is opened by excel application or other. If it is not excel then close it. 1) Ho

Re: $$Excel-Macros$$ Is it possible to hide the name manager menu?

2013-07-08 Thread Aashish Watve
nme.Visible = False Next nme End Sub Regards, Aashish On Sun, Jul 7, 2013 at 7:29 PM, Sam Mathai Chacko wrote: > Aashish, > > Even if you hide the name manager button, one could still envoke it using > CTRL + F3. > > Regards, > Sam > > > On Sun, Jul 7, 2013 at

$$Excel-Macros$$ Is it possible to hide the name manager menu?

2013-07-07 Thread Aashish Watve
Hi, I am working on a excel dashboard, where I have hidden many worksheets. However, the name manager shows the formulas I have used referring to the hidden worksheets. I am however not able to find a way to hide the formula's, cell references, lists I have used in various formulas. They appear i

$$Excel-Macros$$ Question on SumProduct Formula

2013-01-09 Thread Aashish Watve
Hi All, I am seeing many examples of SUMPRODUCT formula on this forum and very interested in using this in my assignment. I see that this formula is very short and fast. I am presently using SUMIFS for most of my calculations, where I am creating the SUMIF formula in a cell by concatenating entri