Re: $$Excel-Macros$$ Microsoft Excel based application that digitizes data from pictures

2013-08-20 Thread Sam Mathai Chacko
Did you try http://www.ozgrid.com/Services/excel-charts-digitized.htm On Aug 21, 2013 11:04 AM, "P.VIJAYKUMAR" wrote: > Respected Mog-Godiva, > > You can find the digitizer from the following links, > http://digitizer.sourceforge.net/ > http://www.mathtools.net/Excel/Graphics_and_Visualization/ >

Re: $$Excel-Macros$$ Microsoft Excel based application that digitizes data from pictures

2013-08-20 Thread P.VIJAYKUMAR
Respected Mog-Godiva, You can find the digitizer from the following links, http://digitizer.sourceforge.net/ http://www.mathtools.net/Excel/Graphics_and_Visualization/ Regards, Vijaykumar On Wed, Aug 21, 2013 at 5:43 AM, Mog Godiva-Man wrote: > Anyone know where I can get some Addin for digi

$$Excel-Macros$$ Charts Title Font Size Change via VBA

2013-08-20 Thread Prafull Jadhav
Dear All, Very Good Morning, I have made 10 charts and now I want to change the Size of Font 14 to 9 for Chart Title. is it possible to change it through the VBA for example For each For Next Do until if yes , Please provide the same Thanks in Advance Regards, Prafull Jadhav. --

Re: $$Excel-Macros$$ Is there a way to insert images into a specific cell?

2013-08-20 Thread Eugene Bernard
Instead of inserting the images, why can't you use hyperlinks !!!. Regards Eugene On Tue, Aug 20, 2013 at 3:39 AM, Chaya Cooper wrote: > I often use Excel to organize rows of text (i.e. terminology, examples, > subsets, etc.) and often need to include images in a row. However since > images ar

$$Excel-Macros$$ I need to delete entire rows which contain exact matches from a static list on a seperate sheet

2013-08-20 Thread svenyarl
I am open to suggestions on how best to go about this and am aware this might be a fairly simple request but I either lack the expertise or the correct vernacular to find the answer myself. On a daily basis I receive files of approximately 56000 rows of part numbers along with each parts perti

$$Excel-Macros$$ Microsoft Excel based application that digitizes data from pictures

2013-08-20 Thread Mog Godiva-Man
Anyone know where I can get some Addin for digitizing data from graphical line/chart images in excel. -- 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

Re: $$Excel-Macros$$ Formula or UDF to do Vlookup for values delimited with ]

2013-08-20 Thread De Premor
try to replace current code with this Function LookForCode(Str As String, Data As Range, Colx As Integer, Optional Delim As String = "]") Dim Kode, Tmp As String For Each Kode In Split(Str, Delim) If Kode <> "" Then Tmp = Tmp & " " & WorksheetFunction.VLookup(Kode, Data, Colx,

Re: $$Excel-Macros$$ Formula or UDF to do Vlookup for values delimited with ]

2013-08-20 Thread prkhan56
Thanks Ravinder, Couple of things if you would kindly rectify it please. 1) For some reason, the UDF does not work for codes which is not on the active sheet. I had posted my problem for sake of explanation on the same sheet but in reality it is on other sheet. 2) If you could please convert

Re: $$Excel-Macros$$ Need help - How to enter the text in the cells of column by using textbox in userform

2013-08-20 Thread Mangesh Vimay
Thanks a ton !!! On 8/20/13, De Premor wrote: > paste this on userform1 > > ' > Dim Target As Range > > Private Sub CommandButton1_Click() > Target.Offset(1).Select > Unload Me > End Sub > > Private Sub TextBox1_Change() > Target = TextBox1.Text > End Sub > > Privat

Re: $$Excel-Macros$$ Folder Query (urgrnt)

2013-08-20 Thread Shrinivas Shevde
Dear Anil and Ashish Thanks problem solved Regards Shrinivas On Tue, Aug 20, 2013 at 9:32 AM, ashish koul wrote: > try this > > Sub choose_file() > > Dim flname As String > Dim fd As FileDialog, fl As Variant > Set fd = Application.FileDialog(msoFileDialogFilePicker) > With fd