Tagged Questions
0
votes
1answer
27 views
Open HTML files in microsot WORD without internet connection, How to exclude popup alerts?
I've write an automated application in VB6 (and also in VB.NET) that opens an HTML documents for printing.
My function works fine, without human interaction.
Now we have put application machine ...
-3
votes
1answer
38 views
how to remove EOF, which is getting appended to last word
I would like to remove only the EOF character from the last word in paragraph of text. The EOF is getting appended to the last word and we are unable to read the entire text. Is there any workaround ...
-1
votes
2answers
26 views
Mean value of data with varying time step
I have a number of dataseries with timestep varying between a few seconds and maybe 120 minutes represented in decimal hours after January 1st. For example one value can be given at time 4692.759994 ...
0
votes
1answer
28 views
record cellmouseclicks in a datagridview - use indexes of clicks made in datagridview as indexes in a matrix or array
I hope you could help me. Many thanks in advance.
My question is related with catching the number of mouseclicks in a datagridview. I am using Visual Basic in Visual Studio 2012.
I am building a ...
0
votes
0answers
56 views
Fetch data from a Website into an Excel file with the hyperlinks in it
When I fetch data from a webpage to an Excel file using Macro it saves the data in the Excel file as it is supposed to be. My requirement is that it should save the data in the Excel with the ...
0
votes
1answer
23 views
Error message on empty EDOffice1 file
I successfully designed a code to compute the regression analysis by clicking a command button. The command codes make reference to an excel sheet imported into VB. I want an error message to pup up ...
0
votes
1answer
49 views
Will not display in list box VB
So, I'm trying to display the statistics for a soccer teams points scored.
At the time this is being executed, the arrays have been already filled and what not.
When this form opens, I'd like it to ...
0
votes
3answers
82 views
How to 'insert' data into database via VB
Stuggling a bit here. Trying to develop the code to link user input into my database, in the form of a book record. for example the user would be asked to enter their name address etc. But the code I ...
-1
votes
0answers
39 views
visual studio intellisense during debug hides quickly
My VS was working really good. I set a breakpoints and when i try to execute application, and during debug, if i hover over a variable it should show its values (Assuming its declared and those codes ...
0
votes
0answers
11 views
Where data for MyProject.m_ComputerObjectProvider.GetInstance comes from
I'm not VB programmer but I need to change a computer name that is passed to the software. I don't have access to the code as the company that developed this software long gone.
Where does ...
0
votes
1answer
101 views
Dynamically created buttons not calling function on postback
In my visual basic web application I have a list of generated buttons that are supposed to allow the download of a file on click.
I had the example working with generated buttons on pageload, but ...
-2
votes
0answers
32 views
updated code for excel app not quiting
declaration
Imports Excel = Microsoft.Office.Interop.Excel
Public xlApp As Excel.Application
Public xlWorkBook As Excel.Workbook
Public xlWorkSheet As Excel.Worksheet
Public misValue As Object = ...
0
votes
0answers
49 views
Display image from ms word in Visual basic Form
Is it possible to show an image from MS word in a Visual basic form.
does it have to do with converting an InlineShape into something. I tried getting the path of the inlineshape but i guess its ...
0
votes
1answer
46 views
Get the Progress of a Filestream?
I'm building an website that allows users to upload/download/delete/manage files in a database.
For clarification, the web application uploads files to a database, NOT the file system. This is ...
0
votes
1answer
42 views
Query through VB fails (Infopath and Access)
I am working on an infopath form using MS Access as the database.
On the form, I want to check emails for duplicates and I am trying to do this by running an SQL query from within the following VB ...
1
vote
1answer
131 views
How to make a live score counter for Lucky 7 (vb game)
I have made a simple game, lucky 7 on visual basic using vb code. The game works but the score counter doesn't work properly, for example if I win the game once (get a 7 in one of the 3 slots), I get ...
3
votes
2answers
68 views
Detect Printer in Excel Workbook.BeforePrint Event
When handling the Workbook.BeforePrint event in Excel, is there any way to determine the printer that's being targeted? I know the event handler signature allows cancelling of the event, as documented ...
4
votes
1answer
106 views
How do I open “Windows Search” in a Visual Basic application?
How can I open "Windows Search Companion" or "Windows Basic Search" for a specific folder in an application using Visual Basic ?
I have found this article, but it's not what I'm looking for.
0
votes
0answers
72 views
Copy From Word, Paste Into RichTextBox, Store In Access, Retrieve And Display In RichTextBox
I'm converting a VBA application into a VB.NET application and in the VBA app there is a rich textbox that allows the user to paste in some formatted text from Word. The formatted text is then saved ...
-1
votes
1answer
40 views
how to open and WRQ relection program through VB script?
I want to open test.r2w file (r2w is extention for WRQ reflection program) and then i want to run macro which is store inside of that file and then i want to close it automatically.
is it possible ...
0
votes
2answers
94 views
Changing the location of an existing VBA Reference from C:\Windows\system32\ to a shared drive
I've been trying for a while now to get a reference file to be loaded externally to no avail.
To be specific I am trying to load a "Microsoft Date and Time Picker Control 6.0(SP4)" which usually ...
1
vote
1answer
72 views
Close Specific windows with Word vba script
I created this piece of vb code , that prompt to open a specific file in word, modifies it and then saves it to a specific location. I would like to be able to close both windows when its done i.e the ...
-1
votes
1answer
22 views
Sum Function and Changing the type of Variable
I'm using SQL Server Express for my project. I have a table like:
Number Name Surname Point Position
------ ---- ------- ----- --------
1 John Black ...
0
votes
2answers
52 views
VBA arrays and Operators
I am trying to write a couple lines of code in VBA for excel, here is what the VB.Net version of the code looks like.
ThisVariable <<= 8
Variable.Add(ThisVariable)
How do ...
0
votes
1answer
160 views
programming an accounting software in visual basic [closed]
I want to learn programming accounting software in vb 6.0. Which book should I read for better achievement that teaches me everything step by step in advanced.
0
votes
1answer
135 views
Could not load file or assembly 'interop.scripting, version=1.0.0.0,
I am running my project in debug mode and it work fine,
but when i tried to compile it shows this error: what does this error mean?
*** Assembly Binder Log Entry (3/27/2013 @ 2:22:26 PM) ***
The ...
2
votes
1answer
84 views
Putting mutliple scroll bars in the middle of Excel Spreadsheet
I'm working on a COM add in, but I would be happy to have this solved in VB or VBA. I have user reports that are generated based off selections from a database, then the sheet is added into an ...
0
votes
3answers
80 views
How i can make webbrowser give my only one action when document is completely loaded?
like the title said :D
How i can make webbrowser give my only one action when document is completely loaded ?
I want to make a label with how many refresh/visited sites i do .. and if i put
...
2
votes
2answers
283 views
Expose .NET DataTable properties to VBA via COM Interface
I am trying to create a .Net DLL basically as an abstraction layer for database connections; it is going to replace a current DLL we have that is written in VB6 and I am trying to match the current ...
1
vote
1answer
87 views
How to stop a Word Document immediately when newly created
I have a VS2010 Vb.net program that creates a Word 2007 file.
My Normal.dot file is customised to give me a new Tab with Buttons in that do specific things via VBA in the Normal.dot program when ...
0
votes
1answer
214 views
Documenting Visual Basic with Doxygen
I am trying to use some Doxygen filter for Visual Basic in Windows.
I started with Vsevolod Kukol filter, based on gawk.
There are not so many directions.
So I started using his own commented VB ...
0
votes
1answer
75 views
weekly query grouping visual basic ms access
I need some help on how to group my data into weekly reports. I have asked for a monthly and yearly a month ago but I can't figure out how to do the weekly reports in the same style.
I don't have ...
0
votes
1answer
33 views
Merging Identical Text Values + Summing
I am looking for a way to Merge identical text values and sum them together to display a total.
So lets say there are 5 identical project numbers, each with time spent in normal numerical values like
...
0
votes
0answers
45 views
Re arrange columns from selected rows
Here is the macro code for a button in an Excel sheet:
Sub Possible_Answer()
Dim i As Long
Dim copyRows As Range
With Sheets("Sample Problem")
For i = 7 To 13
If ...
0
votes
1answer
152 views
Best way to pull data from MS-SQL-Server 2005 to MS-Project-CLIENT 2010?
suppose I have a custom CRM software, writing data to MS-SQL-SERVER 2005, and I am trying to pull data from MS-SQL-SERVER to MS-Project-client 2010. I did some reading and have this questions:
what ...
0
votes
1answer
115 views
Yearly, monthly grouping Visual Basic
I have this thesis project where I should group my database to yearly and monthly
Here is a the fields and data sample
The table name is : tblsell
Date_Saved | Total Price
2-5-2013 5
...
-2
votes
1answer
66 views
How to add a button/menu to the reply window of Outlook 2003
I know how to create a button, but I want it to be on the reply window or at least on every new mail item window (reply or new mail). I can't find any way to do that. Does it have anything to do with ...
0
votes
1answer
119 views
Executing a macro in Excel sheet
I would like to execute a macro (VBA Code for formatting the sheet) in an excel sheet that i create from code. The approach I use right now is put the macro in the workbook_open
event and open the ...
0
votes
1answer
190 views
Visual Basic data set not updating with mdb file
I have a .mdb (Access) file that I am using in my VB program. The program is basically just querying out data from the file. I prefer to update the database through access and then my vb program will ...
0
votes
1answer
158 views
VBA Error :Could not find installable ISAM
I want to export an excel sheet to Sql server 2005 and using ADO.net connection for that .
Please see below for the code, this is giving me error at the highlighted line
Dim cn As ADODB.Connection
...
0
votes
1answer
503 views
MS Access: Add data to Chart programatically from Visual Basic
I'm looking someone who can help me with this issue, that seems very easy to achieve but there is no much information around the internet.
I'm working with MS Access and Visual Basic, and I would ...
1
vote
0answers
328 views
VB.net add watermark to word doc
I am trying to use VB.NET to add a watermark to a Microsoft Word 2010 document using Word's built in watermarking tool located under Page Layout > Page Background > Watermark. I've done quite a bit of ...
0
votes
0answers
32 views
MSFLXGRD.ocx grid content not visible if text is large
If grid content is large then content are not visible in the grid.if grid content is small then it appears properly.Why this happens?how i can solve it?
0
votes
0answers
97 views
How to convert MS Word Table to plain text & it should exact tabular structure of word table?
How to convert MS Word Table to plain text & it should exact tabular structure of word table.
When i use 'convert to text' option in ms word its not perfect if some of the cell have more ...
1
vote
0answers
162 views
VB 2010 Express: Data Type Variant from VBA
I am writting a library using VB 2010 Express to be called from VBA. I need to pass a variable of Variant type, which is an array containing several variable data type (double, integer and string), ...
0
votes
0answers
176 views
Error IListSource does not contain any data sources
Here is my code :-
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not IsPostBack Then <<
Dim type As String = Session("type")
...
0
votes
0answers
101 views
VBA - Delete certain emails from POP3 server
I have two questions:
1. Would it be possible to delete certain emails from POP3 server (any eaxmple(s))?
2. Is there a way to initiate Outlook session and use existing account data (email; password) ...
0
votes
0answers
66 views
Orgwiz in visio 2007- use specific template
for visio 2003 I made me a nice template with Background ... for the
Orgcharts, it called with VBA Orgwiz. exe as addon with the famous command
line parameters.
Having now Visio 2007 the same template ...
2
votes
2answers
78 views
VBS automatic optimization
I am running a pretty simple VB program that solves the 2nd Project Euler problem and I want to time the performance. My approach is:
StartTime = Timer()
Set streamer = ...
-1
votes
1answer
310 views
Insert a line above a Word table at the top of the page
I created a table. The table is beginning at the first line of the Document. My Problem is that i cant insert a line above the table. Everytime i try to add a Paragraph, the Paragraph gets inserted ...


