Re: $$Excel-Macros$$ I want customised web query in excel

2011-06-22 Thread sharad jain
I have alread tried that. I have put date range as 1-Jun-2010 to 21-Jun-2011. On Wed, Jun 22, 2011 at 9:17 PM, ashish koul wrote: > chage the date in cell d2 and f2 > > and client in b2 and then run the macro > > > On Wed, Jun 22, 2011 at 7:35 PM, sharad jain wrote: > >> Thanks Ashish, >> >> B

$$Excel-Macros$$ Macro causing drawing objects to be deleted

2011-06-22 Thread 0 1
A macro used to delete empty rows and assign some values on multiple worksheets is, for some reason, also deleting all drawing objects (e.g., textboxes, lines, etc.) in the workbook. The problem only occurs on one PC (the user just got 2007 installed). (When she was using 2003 the macro worked

$$Excel-Macros$$ Re: Dynamic Lookup Secrets is LIVE!

2011-06-22 Thread Ayush
Dear Group, Only 2 days left. On Tuesday, 21 June 2011 23:35:38 UTC+5:30, Ayush wrote: > Dear members, > > Hope you are doing great ! > > This is very exciting news ! > > John Franco has just opened enrollment for his premium online private > coaching program "Dynamic Lookup Secrets" > >

$$Excel-Macros$$ Re: Excel task

2011-06-22 Thread ashish koul
going forward post your query on the group Sub test() Dim i As Long For i = Sheets(1).Range("a65356").End(xlUp).Row To 2 Step -1 Sheets(1).Select If Sheets(1).Cells(i, 4).Value = 0 Then Sheets(1).Cells(i, 4).EntireRow.Delete End If If Now() - CDate(Sheets(1).Cells(i, 3).Value) > 90 Then Row

Re: $$Excel-Macros$$ 2003 to 2007 : VBA Code

2011-06-22 Thread ashish koul
try this http://peltiertech.com/Excel/Charts/ On Wed, Jun 22, 2011 at 7:56 PM, Chandra Shekar < chandrashekarb@gmail.com> wrote: > Pleaase can I get 2007 code to get good looking chart as 2003. Thanks! > > On Wed, Jun 22, 2011 at 2:04 PM, ashish koul wrote: > >> Sub check() >> If Applica

Re: $$Excel-Macros$$ I want customised web query in excel

2011-06-22 Thread ashish koul
chage the date in cell d2 and f2 and client in b2 and then run the macro On Wed, Jun 22, 2011 at 7:35 PM, sharad jain wrote: > Thanks Ashish, > > But the file only gets the data from 10-Jun-2010 to 19-Oct-2010. > > Also can you please let me know how create this type of macro? > > Thanks, > S

Re: $$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-22 Thread Vasant
pls try this Sub locksheet() Dim DataRng As Range, DataFilledRange As Range Dim WkSht As Worksheet Set DataRng = ThisWorkbook.Worksheets("April").Range("C3:F7") Set WkSht = ThisWorkbook.Worksheets("April") WkSht.Unprotect With WkSht.Cells .Locked = fase .FormulaHidden = False End With For Each

Re: $$Excel-Macros$$ 2003 to 2007 : VBA Code

2011-06-22 Thread Chandra Shekar
Pleaase can I get 2007 code to get good looking chart as 2003. Thanks! On Wed, Jun 22, 2011 at 2:04 PM, ashish koul wrote: > Sub check() > If Application.Version = "12.0" Then > > > ' code for 2007 >End If >If Application.Version = "11.0" Then >'code for 2003 > >

Re: $$Excel-Macros$$ I want customised web query in excel

2011-06-22 Thread sharad jain
Thanks Ashish, But the file only gets the data from 10-Jun-2010 to 19-Oct-2010. Also can you please let me know how create this type of macro? Thanks, Sharad On Wed, Jun 22, 2011 at 7:18 PM, ashish koul wrote: > try this > > > On Wed, Jun 22, 2011 at 5:59 PM, Ketan wrote: > >> Dear Members,

Re: $$Excel-Macros$$ Bullet Chart and Gauge Chart : Tutorial

2011-06-22 Thread Chandra Shekar
Thank u very much :) On Wed, Jun 22, 2011 at 1:36 PM, ashish koul wrote: > > http://www.bonavistasystems.com/Download2/MicroChartsTutorialBulletGraph.pdf > > http://www.exceluser.com/explore/bullet.htm > > http://www.anychart.com/products/anychart/docs/users-guide/Bubble-Chart.html > > http://pe

Re: $$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-22 Thread Rajesh K R
Hi Vasant Thanks for the code, its working well I need a condition in this the columns must not be locked in case all the data entry cells filled eg; A B C D E F G H I S N NAME1 2 3 4 5 6 7 3

Re: $$Excel-Macros$$ I want customised web query in excel

2011-06-22 Thread ashish koul
try this On Wed, Jun 22, 2011 at 5:59 PM, Ketan wrote: > Dear Members, > > ** ** > > I have attached file which has macro to fetch data from NSE website > > ** ** > > In that I want that query to be customized like date range to change and > company name also changed > > So that I

Re: $$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-22 Thread Vasant
pls try this this will lock the populated cells in the range C3:AA5 in sheet 'april' Sub locksheet() Dim DataRng As Range, DataFilledRange As Range Dim WkSht As Worksheet Set DataRng = ThisWorkbook.Worksheets("April").Range("C3:AA5") Set WkSht = ThisWorkbook.Worksheets("April") WkSht.Unprotect Fo

Re: $$Excel-Macros$$ use ComboBox value to select range and then use range to create a chart

2011-06-22 Thread Jerry
Hi Ashish, Thank you so much for the awesome help. I really appreciate it! The workbook works fantastic!!! I have a few questions 1, Is it possible to use the values in D1: F1 (H3351, H3335, S3521) as the series names when creating the chart? How to do so in the macro? 2 When I click the dark b

Re: $$Excel-Macros$$ solution to put data automtically

2011-06-22 Thread Subhash Yadav
No, this is daily entry sheet for fuel issued to equipments. This will continue for years. Regards, Subhash Yadav On Wed, Jun 22, 2011 at 6:16 AM, ashish koul wrote: > @ICWAI Help - subhash has already attached the file. please check the > mail trail > > @subash - is there any fixed range

$$Excel-Macros$$ How to learn VSTO with excel.

2011-06-22 Thread Mr excel
hi all, I want to learn VSTO for excel.anybody please give me the notes,pdf or urls for learning. thanks & regards... -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links :

$$Excel-Macros$$ Private sub selection-change preventing copy paste

2011-06-22 Thread Rajesh K R
Hi Experts I add a code in the work sheet for the identification of data selected, But the copy paste is not working in that sheet. How can I solve the issue,Pls check the code & tell me the change required. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Application.EnableEvents = F

Re: $$Excel-Macros$$ 2003 to 2007 : VBA Code

2011-06-22 Thread ashish koul
Sub check() If Application.Version = "12.0" Then ' code for 2007 End If If Application.Version = "11.0" Then 'code for 2003 End If End Sub On Wed, Jun 22, 2011 at 11:15 AM, Chandra Shekar < chandrashekarb@gmail.com> wrote: > Hi, > > Can we write diff

Fwd: $$Excel-Macros$$ Bullet Chart and Gauge Chart : Tutorial

2011-06-22 Thread ashish koul
http://www.bonavistasystems.com/Download2/MicroChartsTutorialBulletGraph.pdf http://www.exceluser.com/explore/bullet.htm http://www.anychart.com/products/anychart/docs/users-guide/Bubble-Chart.html http://peltiertech.com/Excel/Charts/ On Wed, Jun 22, 2011 at 11:20 AM, Chandra Shekar < chandras

Re: $$Excel-Macros$$ Bullet Chart and Gauge Chart : Tutorial

2011-06-22 Thread ashish koul
http://www.anychart.com/products/anychart/docs/users-guide/Bubble-Chart.html http://peltiertech.com/Excel/Charts/ On Wed, Jun 22, 2011 at 11:20 AM, Chandra Shekar < chandrashekarb@gmail.com> wrote: > Hi, > > I would like to learn about Bullet chart and Indicator chart(Gauge Chart). > Please

$$Excel-Macros$$ Bullet Chart and Gauge Chart : Tutorial

2011-06-22 Thread Chandra Shekar
Hi, I would like to learn about Bullet chart and Indicator chart(Gauge Chart). Please let me know which would be the best site to get required information. I tried in Chandoo.org(Indicator Chart) but If I use his instruction I am not getting correct output. Thanks, Chandra Shekar B --

Re: $$Excel-Macros$$ 2003 to 2007 : VBA Code

2011-06-22 Thread Chandra Shekar
Hi, Can we write different code do this. Where VBA code knows which version user is using according to that it changes chart plot area. If yes please let me know. Thanks! On Wed, Jun 22, 2011 at 12:34 AM, Daniel wrote: > Charts are quite different with Excel2007, so you have to resize the plot

Re: $$Excel-Macros$$ Protect : Charts, Shapes & Data

2011-06-22 Thread Chandra Shekar
Hi Ashish, Thanks for the reply. Still user can edit and change text or assign a new macro the textbox, but I want user not to edit text box and assign new macro to it. Just he need to click on that to generate reports. Thanks! On Tue, Jun 21, 2011 at 9:20 PM, ashish koul wrote: > Try this > ri