A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

HARD DRIVE



 
 
Thread Tools Display Modes
  #1  
Old March 11th, 2009, 12:48 PM posted to microsoft.public.excel.newusers
denise
external usenet poster
 
Posts: 388
Default HARD DRIVE

How do I find out my hard drive size.
  #2  
Old March 11th, 2009, 01:05 PM posted to microsoft.public.excel.newusers
Roger Govier[_3_]
external usenet poster
 
Posts: 2,297
Default HARD DRIVE

Hi Denise

In Windows Explorer or My Computer, right click on the Drive
letterproperties

--
Regards
Roger Govier

"DENISE" wrote in message
...
How do I find out my hard drive size.


  #3  
Old March 11th, 2009, 01:07 PM posted to microsoft.public.excel.newusers
Gordon[_13_]
external usenet poster
 
Posts: 3,406
Default HARD DRIVE

"DENISE" wrote in message
...
How do I find out my hard drive size.



My Computer or Computer depending on your OS. How is this an EXCEL question?

--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)

  #4  
Old March 11th, 2009, 01:40 PM posted to microsoft.public.excel.newusers
Gary''s Student
external usenet poster
 
Posts: 7,584
Default HARD DRIVE

Easy:

Sub servient()
sPath = "C:"
Set oFs = CreateObject("Scripting.FileSystemObject")
Set drv = oFs.GetDrive(oFs.GetDriveName(sPath))
fullsize = drv.TotalSize
MsgBox (fullsize)
End Sub

--
Gary''s Student - gsnu200837


"DENISE" wrote:

How do I find out my hard drive size.

  #5  
Old March 11th, 2009, 05:21 PM posted to microsoft.public.excel.newusers
Gordon[_13_]
external usenet poster
 
Posts: 3,406
Default HARD DRIVE

"Gary''s Student" wrote in message
...
Easy:

Sub servient()
sPath = "C:"
Set oFs = CreateObject("Scripting.FileSystemObject")
Set drv = oFs.GetDrive(oFs.GetDriveName(sPath))
fullsize = drv.TotalSize
MsgBox (fullsize)
End Sub



ROTFLMAO!

--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)

  #6  
Old March 11th, 2009, 06:36 PM posted to microsoft.public.excel.newusers
Gary''s Student
external usenet poster
 
Posts: 7,584
Default HARD DRIVE

Its the only answer that makes sense in an Excel context. If the poster was
interested in the physical size rather than the disk capacity, the answer
would have been to open the computer and measure the length, width, and
height with a tape measure!
--
Gary''s Student - gsnu200838


"Gordon" wrote:

"Gary''s Student" wrote in message
...
Easy:

Sub servient()
sPath = "C:"
Set oFs = CreateObject("Scripting.FileSystemObject")
Set drv = oFs.GetDrive(oFs.GetDriveName(sPath))
fullsize = drv.TotalSize
MsgBox (fullsize)
End Sub



ROTFLMAO!

--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)


  #7  
Old March 11th, 2009, 08:04 PM posted to microsoft.public.excel.newusers
JLatham
external usenet poster
 
Posts: 1,896
Default HARD DRIVE

But we had insufficient information to properly answer it in that context:
inches or cm was not specified. So, I believe your response is accurate and
within context g

"Gary''s Student" wrote:

Its the only answer that makes sense in an Excel context. If the poster was
interested in the physical size rather than the disk capacity, the answer
would have been to open the computer and measure the length, width, and
height with a tape measure!
--
Gary''s Student - gsnu200838


"Gordon" wrote:

"Gary''s Student" wrote in message
...
Easy:

Sub servient()
sPath = "C:"
Set oFs = CreateObject("Scripting.FileSystemObject")
Set drv = oFs.GetDrive(oFs.GetDriveName(sPath))
fullsize = drv.TotalSize
MsgBox (fullsize)
End Sub



ROTFLMAO!

--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)


  #8  
Old March 11th, 2009, 08:06 PM posted to microsoft.public.excel.newusers
JLatham
external usenet poster
 
Posts: 1,896
Default HARD DRIVE

May not have specifically been an Excel question - but she had smarts enough
to come to the group that she knew could handle an adhoc question!

"Gordon" wrote:

"DENISE" wrote in message
...
How do I find out my hard drive size.



My Computer or Computer depending on your OS. How is this an EXCEL question?

--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.