Remove Stubborn Watermark from Word Document
It is appended in header as an Word Art. I would like to have a VBA script to quickly remove all the WordArt Based Watermark in the word report. The watermark is not a typical water (Design tab, select...
View ArticleMsOf07 problem with starting id from i number after delete all data in the table
I'm using ms access 2007 after i insert data in table and then remove all data in table to start again. the Id start from the last number. is that possible to make it start from the 1 number.
View ArticleExcel VBA - Format date regardless Windows regional settings
Hi I want to "decode" date properly regardless regional settings. I want to concatenate day, month and year and be sure date will be properly calculated. I figure it out that way: Dim d1 As String Dim...
View ArticleVISUAL STUDIO 2017 how to connect 2 computers to same program?
hey i have a client with 2 computers in his business. now he wants to work with the same programm on both computers with same database. i want to install the program on the main computer and from...
View ArticleReturn Word wdDialogEditFind options
This code wiill display the Word Find dialog. How do I find out which options the user selected? Code: Sub d() Dim dlgFind As Dialog Set dlgFind = Dialogs(wdDialogEditFind) With dlgFind .Display...
View Article[RESOLVED] HTML table
I have an HTML table with... <tr><td>button</td><td>text</td><td>input type="date"</td></tr> The button is for deleting the row. I call this function......
View ArticleState of Web API
I've spent the past few days reading about ASP.NET/Web API/Katana/ASP.NETCore and so on. The terrain seems to be shifting every couple years, and MS is reinforcing that feeling. At this point, after...
View Articlelinq query to sum total items
I,i have a little program that retrieves railway reservations for groups. The object for the program is to know : a) how many people load and unload that train,selecting a particular station (ex...
View ArticleHong Kong, Portland and the Moral Low Ground
I really don't agree with China's recent actions in Hong Kong. Any government that bans and supresses protest reveals itself as weak and lacking in credibility. None of us stand above criticism....
View ArticleVB6 Program Install on an IPad, possible?
I have just created a Project in VB6 and am at the point where I now intend to distribute it among a half dozen individuals for their analysis prior to the actual distribution to others. The problem,...
View ArticleDetermine Target CPU | Microsoft Access OleDB
Hi, I have an application which I've developed which is used across a big organization. As such, there are a variety of PCs with different OS being used. As such, the ODBC connection doesn't always...
View ArticleWeird Screen Redraw Issue
Something odd is going on with my dropdown menus when i hover over them. This only happens when I have this datagridview on the screen. If I have 31k records loaded and I hover over a menu.... it...
View ArticleIf column C has blank cell then delete that entire row in two files(macro...
Hi Experts, Code: Sub STEP11CORRECTIONPENDING() Dim arrWbs() As Variant Let arrWbs() = Array("C:\Users\WolfieeeStyle\Desktop\Files\BasketOrder.xlsx", "C:\Users\WolfieeeStyle\Desktop\Files\Error.xlsx")...
View Article[RESOLVED] (Different Macro) if sheet is blank then do nothing(macro...
Code: Sub STEP6CORRECTIONPENDING() Dim Wb1 As Workbook, Wb2 As Workbook Dim Ws1 As Worksheet, Ws2 As Worksheet Dim Lr1 As Long, Lr2 As Long: Let Lr1 = 5000: Lr2 = 5000 Set Wb1 =...
View ArticleCall this.Hide() but the Form is still activated on Win10
I have a dropdown Form to show some tips by clicking a button. The codes work on Win7 and XP for many years but it has problem on Win10. Code: private void MyDropDownForm_Deactivate(object sender,...
View ArticleVS 2015 Executable file keeps deleting
I generate an executable program in Visual Basic. After about 1 minute the executable file gets deleted. This started happening about a week ago. Before that the executable did not delete it self. This...
View ArticleVB6 Bubble Sort
Hello, I am hoping someone can help me with a bubble sort I am trying to use to sort price data. I am reading in the data and looping through day by day for analysis. I am trying to use "bubble sort"...
View ArticleCan't get AppActivate working : (
HI! I browse this adress: "https://www.ving.se/sista-minuten?tripTypes=SPECIFIED&dateFrom=2020-08-18" and want too use AppActivate on the page in my VB6 code. The problem is that the tab name has a...
View ArticlePlease help me about duplicate numbers.
Dear all expert programmers, Please look at the code below. Code: const intend=9 for b=1 to intend for c=b to intend for d=c to intend for e=d to intend for f=e to intend...
View ArticleCreating user settings on the fly and issue with debugging an app using user...
I need to be able to store user settings so that they can be retrieved the next time the app is run. Basically the settings I need to save are various paths for file opening and saving. Part of my...
View Article