I have to convert English filename to some other international language using...
I'm facing an issue while encoding the zip file name into UTF-8. This is my code.String filename1=URLEncoder.encode(fileName,"UTF-8"); "fileName" is the name of the zip file name. Please anyone can...
View ArticleCopy Outlook mail (.msg) in windows folder
This code below create a folder for every e-mail that contains attachments. In the folder, we can find the attachments extracted and a word document. I would also like to have inside this folder a copy...
View ArticleHighlight values in column 3 different colors based on values
Im trying to highlight values in a column 3 different colors Can anyone help me figure out why im getting a next without for error. How would you guys do this?Thanks!Sub colorcode() Dim lastrow As Long...
View ArticleAdding picture into PowerPoint and message box for missing picture
This is an extension of a question asked here (How do I insert picture based on textbox value in PowerPoint)Dim I As Integer Dim oXL As Object 'Excel.Aplication Dim OWB As Object 'Excel.workbook Dim...
View Articlehow to show the specific rows to the specific users in excel?
I have an excel sheet and want to show only specific rows to the user and remaining data to be hidden and the same processes should be done with another user. Example: I want to show 1-5 rows to the...
View Articlehow to delete the last rows of a table in word from excel vba
I've populated a table in word with data from excel, through Find&Replace method. I have to delete the rows where the data has not been replace, because all the data from Excel has been replaced in...
View ArticleHow to split a row into multiple rows based on number of certain columns with...
I have a spreadsheet with booking data. I want to split a row into multiple rows based on how many columns with heading "Book Time" string contains data.Here's an example ID | SlotNo. | Delivery Date |...
View ArticlePivot Table with Visual Studio 2010 C#
I have been looking for some examples to create a Pivot Table using another sheet with data ... but I can't find a good example. Can you recommend me one? I have seen this: Example Pivot TableI'm new...
View ArticleImporting Excel Workbook to Access Not Working
I have an Access 16.0 database and am trying to import an Excel spreadsheet into the database.This has worked perfectly fine until now... and, I haven't changed any of the code.The database seems to...
View ArticleUsing Worksheet_Change event in VBA, with a range, how to return value of...
I'm trying to make use of the Worksheet_Change event in VBA to return the value of the adjacent cell if current cell value is nothing, within provided range. I.e. IF current cell F3 is empty, then...
View ArticleFinding last row throws an object required error
What I am trying to do. I highlight some text in an email then run my macro. It 'copies' the highlighted text and stores it in variable strText. Then it creates a file called Artwork List.xlsx if it...
View ArticleExcel IF formula copying text formatting
I currently have an Excel template used for creating proposals for customers. It was not created by me but I need to make some changes. One of the problems is on worksheet A, where all the inputs are,...
View ArticleFind String and extract in vba using fso
so my code currently goes through a folder and extracts Ranges of data from every file in the folder into a format set by me, it also extracts the filename. Now i need to use fso to search for certain...
View ArticleCan I use regex to not only identify a pattern but extract the value found?
I am using Excel VBA.I need to extract the dimensions (width x height) of a creative from a string and the dimensions will always be in the format:000x000 or 000X000 or 000x00 or 000X00 where 0 can be...
View ArticleWebscraping in VBA some HTML information has no way to refer to it
I have this VBA script here and I'm running into a blocker.I'm scraping stuff from this URL https://accessgudid.nlm.nih.gov/devices/10806378034350 All I want is the LOT,SERIAL, and EXPIRATION...
View ArticleAvoid prompt to save if there are only Workbook initialization changes
I have an Excel file that is multilingual.I created code that fires when the workbook is opened (Initialize Sub).It figures out the current user's local settings and language and prepares the workbook...
View ArticleExcel open slow in windows 10 [closed]
Please help me in my excel. My computer is environment windows 10 and join Active Directory of company. When I added : 127.0.0.1 www.microsoft.com 127.0.0.1 ctldl.windowsupdate.com 127.0.0.1...
View Articleopen a specific page of pdf using vba in excel
I am working to open a specific page of a pdf using VBA in Excel The code is as below, but it doesn't work anymore.Sub CommandButton1_Click() Dim p As Long, i As Long ExeFilepath = "C:\Program Files...
View ArticleCannot import in excel file
I'm using the kendo spreadsheet plugin to open an excel file. However I can't import the excel file at all in IE, but it works in chrome. I'm getting error in this line:...
View Articlehow to add footer with the value of total cost in laravel excel package
how to add footer with a value of total cost of the certain gathered valuedata name unitcost January 500 February 1000 Controllerreturn Excel::download(new ExportReport($request->id),...
View Article