Hello,
Can you help me please.
I'm using the following to search for the words FLAME BRAZE in a word document, but this is only searching the main text.
Code:
If InStr(1, wrdDoc.C...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Gentlemen,
I am gradually inching closer to my goals, thanks to all your expertise.
In my Form_Load module, both my controls(listbox and combo) loaded okay with the data from my tables.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
subject says it all
help!
thanks
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am designing a spreadsheet and I want to know how to make a toggle button send the current selection from a Combo Drop Down box to a specific cell then hide the combo box.. And when the toggle b...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hai
I am New to VB Macros . I want to Check the Duplicate Value in the Excel Value Using Macro VB editor
Eg:
If the 1 St Row Contains Name as " VB" and the Value For Vb is 30...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Using Crystal 11
When I sum the column everything is fine.
When I add two numbers together, if one field is blank and the other is occupied with a number, a blank field is returned.
What am ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Please can someone show me a more efficient way of coding inputbox to accept multiple string values:
In my example below, the user may enter only a single string value, or may enter multip...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Its been almost 2 weeks that im trying to figure this out and next week is already the deadline. I hope someone can help me with this.
I am developing a system whereby the user will upload a tex...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there,
I have been asked to develop an application to to retrieve scanned documents image using VB6. I have not done that before and just don't know how to start writing it. Could someone ple...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This is the fragment of code that opens Excel:
'Dim xltrade As Excel.Application 'set in Declarations
'Dim xlTradeWB As Excel.Workbook
'Dim xlTradeSH As Excel.Worksheet
'in t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I built a sub report to import data from. When I try to add the fields to the mail report, they come over as a unit of all the fields, instead of being to pull each column individually. Someone su...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
VB6Pro/WinXP. I want to use a multi-dimensional array of say (10000,100) to hold values, but the vast majority of the 10k elements will only utilize say 15-20 of the allotted 100 attached elements...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to devise a way to use a if then or some other statement to use text to return a number
ex.
if car = "toyota" or "honda" then 5
else
if car = "buick" ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to know the best way to accomplish the following sql in code. The dlookup or table join doesn't seem to be working when the parameter includes criteria. For example rate (which is actuall...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm doing an HTTP request with VBA in Excel. I successfully get the page data back, but when I try to strip out either the HTML using RegEx or simply the carriage return/line feeds and spaces usin...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Gentlemen,
they say more eyes are better than two. Can anyone see if they can see where my syntax error is in the code below:
Code:
Set rsin = Dbs.OpenRecordset("SELECT DISTINC...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Using Crystal 11, I need to count the number of accounts on a page and give a total sales for that page. Can't use groups for the report I'm doing. I can get the grand total on each page, but it w...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is this possible to do?
I have 2 individual reports that I would like to combine (sub-report most likely) and export to 2 separate tabs of a single excel file.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have many existing Excel files, they are for different stocks.
I want to load ONE copy of each into memory.
Then I want to be able to read and write from several subroutines based on the ind...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi guys ...
i'm running an SQL statement inside VB6 and it tells me that "Runtime error 3131 : Syntax error in FROM clause"
here is my SQL statement :
Code:
gSQLC...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
New to VB. I am simply copying a XML file to local, but it seems that the local file gets locked sporadically. There shouldn't be any other processes accessing this local file, so I think it wou...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Quote:
Originally Posted by Amahdy
okey I want to know what it reurns.
after this line put a "msgbox filname1" and tell me its value, or check if it's wha...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This should be simple but I have usually used another method to move from the current record.
I have a subform lets call it b that allows someone to add a message to a particular item. The ne...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello All!
In one of my current projects, I need to figure out the height of Web Page that's displayed inside WebBrowser control. I don't have any control on the URL that will feed the page; b...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All,
My problem is different to all other email requirements from within VB6.
I need to trigger an email from within VB6 (regardless of the user's mail client - Outlook, Thunderbird, et...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine