Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: VBForums - Visual Basic and VB .NET Discussions and More! - Office Development (site profile, domain info vbforums.com)
Title: Office Development
Url: http://www.vbforums.com/forumdisplay.php?s=2997...
Users activity: 36 posts per thread
Forum activity: 142 active threads during last week
 

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:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
westconn1
58
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...
Kashmala
41
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?
koolsid
27
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...
si_the_geek
20
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)
anhn
13
user's latest post:
[RESOLVED] enter function in...
Published (2009-12-14 16:49:00)
Again: Set Default property of all buttons to False.
prabha_friend
12
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...
oswaler
12
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...
Hack
11
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 & " "...
lilmark
10
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!
manishraikar
9
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::

VBForums - Visual Basic and VB .NET Discussions and More!
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)
Thread:  Show this thread (2 posts)   Thread info: Method 'Linked Cell' of object 'IMdcCombo' failed - help? Size: 181 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Method 'Linked Cell' of object 'IMdcCombo' failed - help? :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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+?
Thread:  Show this thread (7 posts)   Thread info: Hard Excel to Access problem Size: 208 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Hard Excel to Access problem :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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 ...
Thread:  Show this thread (8 posts)   Thread info: submit data in visual basic Size: 848 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: submit data in visual basic :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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?
Thread:  Show this thread (4 posts)   Thread info: MS access 2003- update null fields Size: 243 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MS access 2003- update null fields :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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?
Thread:  Show this thread (6 posts)   Thread info: Psting a picture into a cell Size: 100 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Psting a picture into a cell :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
Started 2 days, 10 hours ago (2009-12-15 21:47:00)  by oswaler
Oops, never mind, stupid mistake
Thread:  Show this thread (2 posts)   Thread info: [RESOLVED] Hyperlink in cell Size: 32 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Hyperlink in cell :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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?
Thread:  Show this thread (19 posts)   Thread info: Printout method Size: 100 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Printout method :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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?
Thread:  Show this thread (2 posts)   Thread info: Minimizing Workbook question Size: 126 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Minimizing Workbook question :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
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
Thread:  Show this thread (2 posts)   Thread info: [RESOLVED] [Excel 2003] Way to list all procedures in a module? Size: 211 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: [Excel 2003] Way to list all procedures in a module? :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
 

Hot threads for last week on Office Development::

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?
Thread:  Show this thread (11 posts)   Thread info: How to have only one listbox selected at a time? Size: 42 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to have only one listbox selected at a time? :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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 ...
Thread:  Show this thread (11 posts)   Thread info: Creating an Excel 2003 document in Code Behind? Size: 3,189 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Creating an Excel 2003 document in Code Behind? :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
Started 6 days, 8 hours ago (2009-12-11 23:10:00)  by westconn1
use doevents after updating the textbox
Thread:  Show this thread (11 posts)   Thread info: (Excel) Refreshing a textbox within a function Size: 48 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: (Excel) Refreshing a textbox within a function :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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...
Thread:  Show this thread (10 posts)   Thread info: Please help with printing from ListBox...! Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Please help with printing from ListBox...! :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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 ...
Thread:  Show this thread (8 posts)   Thread info: submit data in visual basic Size: 848 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: submit data in visual basic :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
Started 3 days, 23 hours ago (2009-12-14 08:16:00)  by bambo
addnew 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 ...
Thread:  Show this thread (8 posts)   Thread info: addnew record to recordset - performance issue Size: 919 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "addnew record to recordset - performance issue :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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)
Thread:  Show this thread (7 posts)   Thread info: Excel to MS Projects Help Size: 181 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Excel to MS Projects Help :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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
Thread:  Show this thread (7 posts)   Thread info: [RESOLVED] Uppercase followed by lowercase in VB Size: 1,550 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Uppercase followed by lowercase in VB :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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+?
Thread:  Show this thread (7 posts)   Thread info: Hard Excel to Access problem Size: 208 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Hard Excel to Access problem :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."
Office Development
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
Thread:  Show this thread (7 posts)   Thread info: enter function in visual basic Size: 80 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: enter function in visual basic :: Office Development :: VBForums - Visual Basic and VB .NET Discussions an..."