|
More site info...
Office Development | Forum profile
|
|
Forum profile page for Office Development on http://www.vbforums.com.
This report page is the aggregated overview from a single forum: Office Development, located on the Message Board at http://www.vbforums.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Office Development" on the Message Board at http://www.vbforums.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Office Development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
142
|
410
|
1,257
|
|
Post:
|
391
|
1,247
|
4,582
|
|
|
Office Development Posting activity graph:
|
Top authors during last week:
user's latest post:
submit data in visual basic
Published (2009-12-16 06:11:00)
as i have not seen the code you use to load data to the userform it is hard to show how to get the row number, but change the submit code like vb Code: Private Sub cmdSubmit_Click ( ) ActiveWorkbook. Sheets ( "sheet1" ) . Activate if hiddentext = 0 then hiddentext = range ( "a65335" ) . end ( xlUp ) . Row + 1 ' next empty row ' if hidden...
user's latest post:
submit data in visual basic
Published (2009-12-16 04:19:00)
hi, tahnks for the reply, can you please incorportae this in to the code that i have provided here. If i create a text box then what declarations do i have to make? I understand the invisble one but how do i declare it to store the rows?
user's latest post:
Please help with printing from...
Published (2009-12-14 05:07:00)
You need to 'Transfer' the contents of the ListBox onto a sheet as .printout is only supported by objects like chart, range, worksheet, workbook for example Code: Dim i As Long Private Sub UserForm_Initialize() '~~> Populate Sample Data For i = 1 To 10 ListBox1.AddItem i Next i End Sub Private Sub CommandButton1_Click() Dim rng As Range '~~> Populate From Range("A1") in Sheet1 from listbox...
user's latest post:
Method 'Linked Cell'...
Published (2009-12-16 11:22:00)
Thread moved to 'Office Development/VBA' forum (note that the "VB Editor" in Office programs is actually VBA rather than VB, so the 'VB6' forum is not really apt)
user's latest post:
I want it that way...
Published (2009-12-12 10:52:00)
Today we had to solve a very peculiar but seemingly very very easy scenario but its not as we thought. Actually the task we assigned is to check a workbook for filled cells i.e filled by any color. If there is a filled one then we have to report 'no' in a statement. Yeah initially i also thought the same idea. Going cell by cell and evaluating its colorindex. To say you the truth i hates this idea. Actually i want to achieve this in...
user's latest post:
Psting a picture into a cell
Published (2009-12-15 23:09:00)
This is becoming interesting. I recorded myself pasting an unsaved screenshot onto a sheet, deselecting the picture, selecting the picture again, cutting the picture and then pasting it in somewhere else. This is the code I got: Code: Range("C5").Select ActiveSheet.Paste Range("A8").Select Selection.Cut Range("F8").Select ActiveSheet.Paste It makes no reference to a picture or object. When...
user's latest post:
Spliting a String with no...
Published (2009-12-15 12:28:00)
Welcome to the forums. Presuming the string will always be the same length vb Code: Private Sub Command1_Click ( ) Dim strString As String Dim strCol1 As String Dim strCol2 As String Dim strCol3 As String strString = "T010203" strCol1 = Left ( strString, 3 ) strCol2 = Mid ( strString, 4 , 2 ) strCol3 = Right ( strString, 2 ) MsgBox strCol1 & " "...
user's latest post:
[RESOLVED] Pivot Table not updating
Published (2009-12-14 13:54:00)
Solved it myself again. Because I was selecting the same range I guess Excel figured it didn't need to update anything assuming it was the same data. If I selected one row short it updated it. Stop trying to be helfpul Microsoft!
user's latest post:
Opening large files having rows...
Published (2009-12-10 05:18:00)
Hi guys, I need help in modifying a large text file containing more than 1-2 lakh rows of data using freefile handler in excel vba. the text file contains data in a pipe delimited format sdfsdfs sdfsdfsd START_ROW sdfsd|sdfsdfsd|sdfsdfasdf|sdfsadf|sdfasdf sdfsd|sdfsdfsd|sdfsdfasdf||sdfasdf sdfsd||sdfsdfasdf|sdfsadf|sdfasdf END_ROW sdfsd sdfsfsdf i want to use the freefile handler to remove the header and the footer. i tried to read and print...
|
|
|
|
Latest active threads on Office Development::
Started 1 day, 20 hours ago (2009-12-16 11:22:00)
by si_the_geek
Thread moved to 'Office Development/VBA' forum (note that the "VB Editor" in Office programs is actually VBA rather than VB, so the ' VB6' forum is not really apt)
Started 6 days, 12 hours ago (2009-12-11 19:45:00)
by BillBoeBaggins
Who owns the data stored in Rows 14 +?
You have a loop for the "Preparer" information that leads me to believe that there is multiple people, do they get a copy/ownership of the data in 14+?
Started 2 days, 21 hours ago (2009-12-15 10:50:00)
by Smartacus
Well you are not telling us a lot.
1) Does your form save to a single row in the work sheet or to many worksheets?
2) What if the user did need to save it again because they found a typo? The rule would have to allow for that.
3) When they press the Submit button is it creating another row?
Easy way?
I suppose you could disable the button after pressing it until the ...
Started 2 days, 11 hours ago (2009-12-15 20:21:00)
by BillBoeBaggins
What is "Nz" is that a custom function or a function I have never seen before?
What errors are you getting, or what is it doing that your not sure why?
Can this "Nz" function accept Null parameters?
Started 2 days, 11 hours ago (2009-12-15 20:31:00)
by BillBoeBaggins
I am guessing that the cell cannot be an owner of a picture.
What about storing a file path?
Started 2 days, 10 hours ago (2009-12-15 21:47:00)
by oswaler
Oops, never mind, stupid mistake
Started 2 months, 2 weeks ago (2009-09-28 22:15:00)
by westconn1
what happens if you try to do a manual print with multiple copies?
have you changed printers?
Started 2 days, 11 hours ago (2009-12-15 20:46:00)
by BillBoeBaggins
Identify the event that gets triggered from open via tray and then refer it to the method/event that you trigger upon opening?
Started 2 days, 15 hours ago (2009-12-15 16:27:00)
by elleg
Nevermind... I got halfway through doing this, and found the rest of what I needed at: http://www.cpearson.com/excel/vbe.aspx
|
|
Hot threads for last week on Office Development::
Started 1 week, 2 days ago (2009-12-09 06:21:00)
by seenu_1st
do u hav the same items in all list boxes?
Started 1 week, 1 day ago (2009-12-09 08:28:00)
by Jigabyte
Here is an example I found and what I need to do but it does not like the Imports Microsoft.Office. Interop.Excel line and because of this all reference to Excel is producing an error:-
Code:
Imports System.Reflection
Imports Excel = Microsoft.Office.Interop.Excel
Protected Sub btnToExcelByObjects_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ...
Started 6 days, 8 hours ago (2009-12-11 23:10:00)
by westconn1
use doevents after updating the textbox
Started 6 days, 18 hours ago (2009-12-11 13:22:00)
by koolsid
Just a quick question...
Are you using vb6 or vba?
Printer.Print will work only in vb6 and not vba. In vba it will give you that error...
Started 2 days, 21 hours ago (2009-12-15 10:50:00)
by Smartacus
Well you are not telling us a lot.
1) Does your form save to a single row in the work sheet or to many worksheets?
2) What if the user did need to save it again because they found a typo? The rule would have to allow for that.
3) When they press the Submit button is it creating another row?
Easy way?
I suppose you could disable the button after pressing it until the ...
Started 3 days, 23 hours ago (2009-12-14 08:16:00)
by bambo
add new record to recordset - performance issue
Hi,
I have a large ms access table and would like to add new record to it from an unbound form.
Currently this is the code:
set rst= currentdb.openrecordset ("table1")
rst.addnew
rst!id= myID
rst!name= myname
rst.update
Thing is that opening the record set ...
Started 1 week, 1 day ago (2009-12-09 14:43:00)
by si_the_geek
Thread moved to 'Office Development/VBA' forum (note that the "VB Editor" in Office programs is actually VBA rather than VB, so the ' VB6' forum is not really apt)
Started 1 week, 1 day ago (2009-12-09 10:00:00)
by danasegarane
vb Code:
Private Sub Text1_Validate ( Cancel As Boolean ) Text1. Text = StrConv ( Text1. Text , vbProperCase ) End Sub
Started 6 days, 12 hours ago (2009-12-11 19:45:00)
by BillBoeBaggins
Who owns the data stored in Rows 14 +?
You have a loop for the "Preparer" information that leads me to believe that there is multiple people, do they get a copy/ownership of the data in 14+?
Started 4 days, 11 hours ago (2009-12-13 20:56:00)
by westconn1
check the enterkey behaviour properties of the textbox, in the properties window
|
|