User Profile
Collapse
-
@Manpreet...tnx a lot man...i had been pondering over it for 2 days..u r a lifesaver :) -
atiullah started a topic How to read all text files one by one in a specified folderin Visual BasicHow to read all text files one by one in a specified folder
How to read all text files one by one in a specified folder using msexcel vb editor -
thanks a lot freeimage.dll worked...is there a library like this in mac???...Leave a comment:
-
Thanks but is there a way to do it without victor image processing library? Because its worth 499$. I have downloaded trial version which works 4 only 30 days. It works fine but is there any substitute for vic32.dll that is free?Last edited by Niheel; May 28 '10, 07:05 PM. Reason: spelling, grammar, please don't use short sms spelling, punctuationLeave a comment:
-
How to convert bmp to jpeg in ms excel visual basic
I have to convert bmp image to jpeg in ms excel visual basic editor. How would i do this? -
'get the backgrund image in plot area
BildName = ActiveWorkbook. Name
BildName = Left(BildName, 9) & Datenblatt.Name & ".jpg"
#If Mac Then
BildName = ActiveWorkbook. Path & ":JPG:" & BildName
#Else
BildName = ActiveWorkbook. Path & "\JPG\" & BildName
#End If
diagramm.PlotAr ea.Fill.UserPic ture PictureFile:=Bi ldName...Leave a comment:
-
add picture in the background of plot area in ms excel using vb macro
I want to insert a picture in the background of the plot area in ms excel using visual basic macro...How can it be done..Please help -
@Veena.. Thnks for your reply. I have put an image box in the userform and upload the picture there. I have to crop a portion of this image and save it as another image.How would I be able to do it?
@..vb5prgrmr ..I tried to search picture box in more controls but couldn't find it.Are there picture box controls in microsoft excel visual basic editor?...Leave a comment:
-
crop images in microsoft excel visual basic editor(macro)
Hi,
I am using microsoft excel visual basic editor to write a code.I need to crop up a part of bitmap image. I have seen posts how to do it for a picture box but in this editor there are no picture boxes. There are just image boxes. How do I do this using an image box or is there a way to incorporate picture box in this editor?
No activity results to display
Show More
Leave a comment: