Is there a way to set monthly deductions on a value?
This is for personal budget and savings within an excel sheet. Say I have a loan of £1000, I will be paying £10 per month as of 7th December 2019 until the amount is paid off.I would like to have a...
View ArticleHow to connect to IBM host on demand mainframe terminal from excel vba
I am trying to connect to open session of IBM Host on demand 3270 mainframe session.I am trying to connect to the screen using VBA and send keystrokes and copy/paste from excel from the screen. I have...
View ArticleHow to connect to IBM Emulator 5250 iseries Communication mainframe terminal...
I am trying to connect to IBM emulator 5250 iseries communication using Java and send keystrokes and copy/paste from excel & from the screen. I have VBA scripts which was working fine with old...
View ArticlePlot a forecast line with Gnuplot?
I've this data :01/03/2020,100 02/03/2020,150 03/03/2020,125 04/03/2020,150 05/03/2020,175 06/03/2020,200 07/03/2020,220 08/03/2020,150 09/03/2020,175 10/03/2020,125 11/03/2020,150 12/03/2020,200...
View ArticleExcel to PDF - how to specify where the macro will save the PDF file
I am running this code which basically saves the last row of my excel sheet to PDF file, it saves the PDF file to the folder which the excel sheet and my word template are(they are in the same...
View ArticleHow to auto hide ribbon but only for a specific workbook and only for one...
How to auto hide ribbon but only for a specific workbook and only for one worksheet in that workbook when workbook opens?When I use the below code is working as expected and hide the ribbon but when I...
View ArticleHow to split a single cell into multiple rows?
I have a table that has six columns. I would like the integer values in one single cell (F2) to be separated into multiple rows. Additionally, I need the rows from A-E to be associated with integer.I...
View ArticleSave Excel mailmerge to PDF only on the last row with data
I have been using a code which uses mailmerge from the excel sheet to my word template and then proceeds to save all the rows in my excel sheet to PDF(in the word template of course). - The code works...
View ArticleTrying to fill text in input box with dynamic drop down
I need some help. Chrome (v 75.0.3770.100) using Selenium Basic ChromeDriver (v 75.0.3770.140) in Excel (2013) VBE. There's an input box which generates a dynamic list if the customer id# exists. I...
View ArticleHow to send text to some HTML elements through Selenium VBA?
I have been having trouble on referring to a search box on a website through Selenium in VBA. The HTML code of the box is:<input type = "search" class ="form-control input-sm" placeholder...
View ArticleVBA Saving Excel Sheet as a PDF in the same File's Directory
I know how to save the Excel file as a PDF in VBA but was told that this is not sufficient for when sending the Excel file to another person. I will have to save it as a PDF in the same directory as...
View ArticleVBA SumIf in an Array
I'm trying to write a VBA code to do a SumIf in an array, as my worksheet has about 200k rows, and multiple formulas in other sheets, using a formula or .WorksheetFunction.SumIf takes too long. Also,...
View ArticleGetting RTD data on top row
With RTD, getting new data in subsequent rows (lrow) as it comes in is not a problem. But this puts new data in the last row and I want it on the top row which in my case is Row 13. To achieve this I...
View ArticleImport Word table into Excel fails at GetObject
I am attempting to copy the table contents from word into excel. I have run the code below and it fails at GetObject UNLESS I have already opened the word doc in which case the code works fine. Is this...
View ArticleExporting data from outlook to excel with parsing
I receive a form in email that looks as follows.The submitted details are below:Region Europe Country Spain Contactable by email no Contactable by phone no Title MR First name John Last name Doe Email...
View ArticleHow to make shapes unselectable?
Im making a small excel add-in to mark selected row and column using rectangles. Is there any way to make them unselectable? Should i use something else?A piece of the code that goes in ThisWorkbook of...
View ArticleNeed help in pulling the excel data from work books VBA script
I have two Excel workbooksWorkBook1 named as Week1 -> it has two worksheets Alerts & TasksWorkBook2 named as Week2 -> it has two worksheets Alerts & TasksExample of my Week1...
View ArticleExcel or R: Reshaping data from long format to wide format in image [duplicate]
Is there any code I can type in Excel or R to reshape the data to go from Table 1 to Table 2?
View ArticleWhy Update Macro isn't updating my SQL Server table
I have the below function and macro. The goal of the macro is to update a column in my SQL Server table with values from my Excel file based on the shipment number. When I run the macro I don't get any...
View ArticleUsing Openpyxl to create multiple custom spreadsheets
I'm trying to create a series of spreadsheets for my office based on criteria from a larger spreadsheet we have. This could very easily be done by hand, but since I am new to programming, I thought...
View Article