Share via

View PC Specs using Excel without VBA

Anonymous
2014-10-02T22:00:22+00:00

Is there an equivalent function/command displaying PC Specs without using any VBA macro?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2014-10-04T06:44:37+00:00

Of limited usefulness is the INFO worksheet function.

From Excel 2010 Help, here's my edited version:

INFO(type_text)

Argument type_text is text that specifies what type of information you want returned.

"directory" Path of the current directory or folder. 

"numfile" Number of active worksheets in the open workbooks. 

"origin" Returns the absolute cell reference of the top and leftmost cell visible in the window, ...

"osversion" Current operating system version, as text. 

"recalc" Current recalculation mode; returns "Automatic" or "Manual". 

"release" Version of Microsoft Excel, as text. 

"system" Name of the operating environment: Macintosh = "mac", Windows = "pcdos" 

For example, on my Windows 7 Pro system, =INFO("osversion") returns 

Windows (64-bit) NT 6.01

Was this answer helpful?

0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-10-03T22:54:20+00:00

    yes, but I want to capture those info to a cell without using VBA.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-10-03T22:50:01+00:00

    a RAM, PROCESSOR or USER maybe.

    it's like when I put this formula it will show those kind of information without using VBA of course.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-10-03T06:20:23+00:00

    Hi

    ? Like pressing Windows start key + Pause/Break key ?

    Regards

    JY

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-10-03T06:01:19+00:00

    What PC Specs are you wanting to display?

    I think generally the answer is going to be no, but depending on what information you need, the answer may be yes for some specs that are specific to the workbook/worksheet.

    Was this answer helpful?

    0 comments No comments